Files
kotlin-fork/idea/testData/multiFileLocalInspections/reconcilePackageWithDirectory/changeToDefaultPackage/after/usagesWithFqNames.java
T

6 lines
86 B
Java
Vendored

class Test {
static void test() {
new Foo();
TestKt.foo();
}
}