Files
kotlin/compiler/testData/codegen/script/secondLevelVal.ktscript
2012-06-05 22:56:26 +04:00

9 lines
112 B
Plaintext

if (true) {
val archenemy = "Jim Moriarty"
}
true
// expected: rv: true
// expected: archenemy: <nofield>