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