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