Files
kotlin-fork/idea/testData/editor/optimizeImports/ClassFromSameFileImportAddedBug.kt
T
2016-01-22 05:54:38 +03:00

8 lines
132 B
Kotlin
Vendored

import java.io.Serializable
public class Test : Serializable {
companion object {
val clazz = Test::class.java
}
}