Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
InnerGenericClass.kt
blob: d4f1cea7754cfc9a3be5b9a678622721a0fd772d [
file
]
package
test
class
Outer
{
inner
class
Inner
<
T
>
}