Fixed multiple bugs in optimize imports for JS-target
#KT-13689 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package ppp
|
||||
|
||||
import ppp.Base.Nested
|
||||
|
||||
fun foo(p: Nested) {}
|
||||
|
||||
class Base {
|
||||
class Nested
|
||||
}
|
||||
Reference in New Issue
Block a user