Files
kotlin-fork/idea/testData/editor/optimizeImports/common/CurrentPackage.kt.after
T
Valentin Kipyatkov b84260f39f Fixed multiple bugs in optimize imports for JS-target
#KT-13689 Fixed
2016-10-10 14:48:16 +03:00

6 lines
64 B
Plaintext
Vendored

package ppp
open class C
class D : C()
class E : ppp.ppp1.C1()