Workaround NonClasspathClassFinder not supporting inner classes

Explicitly split qualified names, can be removed once platform is fixed

 #KT-19310 Fixed
This commit is contained in:
Pavel V. Talanov
2017-08-18 18:57:42 +03:00
parent a6c2135851
commit a120130069
5 changed files with 122 additions and 16 deletions
@@ -0,0 +1,13 @@
package lib;
public interface JavaInterface {
public interface F {
public interface I {
}
}
public class G {
}
}