Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NestedGenericClass.kt
blob: 5602ca5c4cb88e1f84c93c2fc1da8342b3612c5e [
file
]
package
test
class
Outer
{
class
Nested
<
T
>
}