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