blob: 93ffccf2b028cd5524d7e3a99384428062aa0b5c [file] [log] [blame]
//file
import kotlinApi.*
class C extends KotlinClass {
void foo() {
System.out.println(getProperty());
setProperty("a")
}
}