9316f45a5c
#KT-21374 Fixed
6 lines
104 B
Plaintext
Vendored
6 lines
104 B
Plaintext
Vendored
// WITH_MESSAGE: "Unused imports not found"
|
|
import test1.MyClass
|
|
import test1.get
|
|
|
|
val s = MyClass()[1]
|