Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fromLoadJava
/
NestedClass.txt
blob: c1ae8f4094d7fe526de3d56a0a874432116e58d3 [
file
]
package test
public open class NestedClass {
/*primary*/ public constructor NestedClass()
public open class Nested {
/*primary*/ public constructor Nested()
}
}