Do not try to load Java classes from incorrect packages
#KT-11474 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun test(): A.Nested = A().nested()
|
||||
Reference in New Issue
Block a user
#KT-11474 Fixed
@@ -0,0 +1 @@
|
||||
fun test(): A.Nested = A().nested()
|
||||