Files
kotlin-fork/idea/testData/multiFileIntentions/reconcilePackageWithDirectory/changeToDefaultPackage/after/usagesWithFqNames.java
T
Pavel V. Talanov fd893ba499 Fix test data for reconcile package with directory test
(cherry picked from commit b926e02)
2015-10-19 16:03:17 +03:00

6 lines
86 B
Java
Vendored

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