Searched refs:specializations (Results 1 – 1 of 1) sorted by relevance
908 val specializations = listOf("Object", "int") constant909 val usedSpecializations = fields.map { if (it.Type in specializations) it.Type else "Object" }