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