FIR: transform types inside functions & properties
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class FirTypeResolverImpl : FirTypeResolver {
|
||||
ConeKotlinErrorType(type.reason)
|
||||
}
|
||||
is FirFunctionType, is FirDynamicType, is FirImplicitType, is FirDelegatedType -> {
|
||||
ConeKotlinErrorType("Not supported: $type")
|
||||
ConeKotlinErrorType("Not supported: ${type::class.simpleName}")
|
||||
}
|
||||
else -> error("!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user