Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
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>()
}
}