Files
kotlin-fork/compiler/testData/ir/irText/declarations/constValInitializers.kt.txt
T
Dmitriy Novozhilov b454fcc1e0 [FIR] Save IR dumps to .ir.txt files instead of .txt in tests
This is needed to avoid clashes between different dumps from different
  handlers
2021-10-12 17:26:36 +03:00

28 lines
324 B
Kotlin
Vendored

const val I0: Int
field = 0
get
const val I1: Int
field = 1
get
const val I2: Int
field = 2
get
const val STR1: String
field = "String1"
get
const val STR2: String
field = "String2"
get
const val STR3: String
field = "String1String2"
get
const val STR4: String
field = "String1String2"
get