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

6 lines
91 B
Kotlin
Vendored

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