a8eef5effc
#KT-12039 Fixed
8 lines
126 B
Java
Vendored
8 lines
126 B
Java
Vendored
import static kotlinApi.KotlinClass.getStaticProperty;
|
|
|
|
class C {
|
|
int foo() {
|
|
return getStaticProperty();
|
|
}
|
|
}
|