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