[FIR] Introduce new kind of integer literal types for constant operator calls
This commit is contained in:
committed by
teamcity
parent
bb5217be72
commit
b980f5ab32
+2
-1
@@ -40,7 +40,8 @@ fun ConeKotlinType.renderForDebugInfo(): String {
|
||||
) { it.renderForDebugInfo() }
|
||||
}
|
||||
is ConeStubType -> "Stub: ${constructor.variable}"
|
||||
is ConeIntegerLiteralType -> "ILT: $value"
|
||||
is ConeIntegerLiteralConstantType -> "ILT: $value"
|
||||
is ConeIntegerConstantOperatorType -> "IOT"
|
||||
} + nullabilitySuffix
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user