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