blob: 9e31f9a10fab3e6cf210a267ad0834f521cc2939 [file]
package test;
import static test.kotlin.KotlinEnum.ENTRY;
public class EnumStaticImportInJava {
void other() {
ENTRY.foo();
}
}