FIR: Add separate type constructor to stub types
This commit is contained in:
committed by
teamcity
parent
2e01377ce0
commit
196be93d42
+1
-1
@@ -39,7 +39,7 @@ fun ConeKotlinType.renderForDebugInfo(): String {
|
||||
separator = " & ",
|
||||
) { it.renderForDebugInfo() }
|
||||
}
|
||||
is ConeStubType -> "Stub: $variable"
|
||||
is ConeStubType -> "Stub: ${constructor.variable}"
|
||||
is ConeIntegerLiteralType -> "ILT: $value"
|
||||
} + nullabilitySuffix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user