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