Do not try to load Java classes from incorrect packages
#KT-11474 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo;
|
||||
|
||||
public class A {
|
||||
public Nested nested() {
|
||||
return new Nested();
|
||||
}
|
||||
|
||||
public static class Nested {}
|
||||
}
|
||||
Reference in New Issue
Block a user