Files
Alexander Udalov 164c72e877 Prefer package with class files to class with the same name
See comments in JvmDependenciesIndexImpl and in the test

 #KT-15464 Fixed
2017-01-10 12:23:25 +03:00

7 lines
72 B
Java
Vendored

package test;
public class Foo {
public interface Nested {
}
}