Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
incompleteHierarchyInKotlin
/
source.kt
blob: a03c65d38659db75166c16e593298a3a5e51a5f5 [
file
] [
log
] [
blame
]
import
test
.
Sub
class
SubSub
:
Sub
()
fun bar
()
=
SubSub
().
foo
()