Fix generation of property accessor to the underlying value
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
inline class UInt(val value: Int)
|
||||
|
||||
// 0 INVOKESTATIC UInt\$Erased.getValue
|
||||
|
||||
// 0 valueOf
|
||||
// 0 intValue
|
||||
Reference in New Issue
Block a user