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

6 lines
67 B
Java
Vendored

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