Files
kotlin-fork/idea/testData/copyPaste/conversion/ClassWithNoDocComment.expected.kt
T
2015-09-18 15:44:18 +03:00

8 lines
75 B
Kotlin
Vendored

package to
class JavaClass : Runnable {
override fun run() {
}
}