Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NestedGenericClass.txt
blob: a7779894cae2bc050884925debbe8f552f6bdc4e [
file
]
package test
public final class Outer {
/*primary*/ public constructor Outer()
public final class Nested</*0*/ T> {
/*primary*/ public constructor Nested</*0*/ T>()
}
}