Files
kotlin/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/propagationAgainstDeserializedSuperclass.kt
2014-05-21 15:26:05 +04:00

5 lines
85 B
Kotlin

package test
class K1 : J() {
override fun foo(l: MutableList<String>): String
}