Files
kotlin-fork/compiler/testData/diagnostics/tests/constantEvaluator/usesVariableAsConstant/NamedConstants.fir.kt
T
2021-07-29 15:25:53 +03:00

12 lines
105 B
Kotlin
Vendored

package test
val x = 1
val y = "a"
// val prop1: true
val prop1 = x
// val prop2: true
val prop2 = y