elect
11/10/2017, 4:59 PMval reportErrorTokenInFace: () -> Unit = {
logger.error { "OBJ: Not supported token in face description detected" }
return
}
so that the return actually returns the function where reportErrorTokenInFace is called?