Files
kotlin/compiler/testData/compileKotlinAgainstJava/InnerWithGenericOuter.kt
2017-08-29 18:01:36 +03:00

8 lines
111 B
Kotlin
Vendored

package test
class BasicTest : InnerWithGenericOuter<String>() {
override fun test(module: Module) {}
}