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