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:
+13
@@ -0,0 +1,13 @@
|
||||
package lib;
|
||||
|
||||
public interface JavaInterface {
|
||||
public interface F {
|
||||
public interface I {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public class G {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user