Searched refs:toCanonicalType (Results 1 – 2 of 2) sorted by relevance
346 … val simpleType1 = parameter1.type().toCanonicalType(parameter1) in compare()347 … val simpleType2 = parameter2.type().toCanonicalType(parameter2) in compare()
83 fun toCanonicalType(context: Item? = null): String { in <lambda>() method