Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
InnerWithGenericOuter.kt
blob: fef88c181b7e4697e95cbf9816c651844c29118e [
file
]
package
test
class
BasicTest
:
InnerWithGenericOuter
<
String
>()
{
override
fun test
(
module
:
Module
)
{}
}