Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
InnerClass.kt
blob: 012d71ce93921b243e6337e93e8fbd1b3250e168 [
file
]
package
test
fun useInnerClass
()
=
InnerClass
().
Inner
().
doNothing
()