New mangling rules require language version 1.4 (not compiler version)
Follow-up to a270ee094c
This commit is contained in:
@@ -6,3 +6,6 @@ class C {
|
||||
fun returnsInlineClassType(): IC = IC(42)
|
||||
val propertyOfInlineClassType: IC get() = IC(42)
|
||||
}
|
||||
|
||||
fun returnsInlineClassType(): IC = IC(42)
|
||||
val propertyOfInlineClassType: IC get() = IC(42)
|
||||
|
||||
Reference in New Issue
Block a user