blob: ca878c92248255a4ddda1df91f3834f584ec219d [file] [log] [blame]
import static kotlinApi.KotlinObject.*;
class C {
int bar() {
return foo();
}
}