Files
kotlin-fork/idea/testData/copyPaste/plainTextConversion/OverrideInterface.expected.kt
T
2016-12-14 13:35:31 +03:00

5 lines
106 B
Kotlin
Vendored

import test.JavaInterface
class KotlinChild : JavaInterface() {
override fun subject(s: String?) {}
}