Object references in object field initializers are 'GET_VAR this@Object'

This commit is contained in:
Dmitry Petrov
2018-07-23 11:01:08 +03:00
parent c3d20ae138
commit 65fe1101fd
7 changed files with 140 additions and 4 deletions
@@ -0,0 +1,5 @@
object A {
private const val a = "$"
private const val b = "1234$a"
private const val c = 10000
}