Searched refs:toCanonicalType (Results 1 – 3 of 3) sorted by relevance
134 val cls = t.asClass() ?: return t.toCanonicalType() in getCleanTypeName()
500 val simpleType1 = parameter1.type().toCanonicalType() in pop()501 val simpleType2 = parameter2.type().toCanonicalType() in pop()
113 fun toCanonicalType(): String { in <lambda>() method