Object references in object field initializers are 'GET_VAR this@Object'
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
object A {
|
||||
private const val a = "$"
|
||||
private const val b = "1234$a"
|
||||
private const val c = 10000
|
||||
}
|
||||
Reference in New Issue
Block a user