Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
requireKotlinInNestedClasses
/
source.kt
blob: 850b632de237090b8e7f44f16cb55cdfc0526e28 [
file
] [
log
] [
blame
]
import
a
.
Outer
fun test
(
a
:
Outer
.
Nested
)
{
a
.
f
()
}