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