mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
7 lines
138 B
Java
Vendored
7 lines
138 B
Java
Vendored
// "Add 'var' property 'foo' to 'TestKt'" "true"
|
|
// WITH_RUNTIME
|
|
class J {
|
|
void test() {
|
|
String s = TestKt.<caret>foo;
|
|
}
|
|
} |