164c72e877
See comments in JvmDependenciesIndexImpl and in the test #KT-15464 Fixed
7 lines
72 B
Java
Vendored
7 lines
72 B
Java
Vendored
package test;
|
|
|
|
public class Foo {
|
|
public interface Nested {
|
|
}
|
|
}
|