Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
sameLibraryTwiceInClasspath
/
sameLibraryTwiceInClasspath.kt
blob: 081589d03370970571bf31383198d0b380e6a70d [
file
] [
log
] [
blame
]
package
test
import
testing
.*
val testObjectProperty
=
TopLevelObject
val outer
=
Outer
()
val inn3r
=
Outer
().
Inner
()
val nested
=
Outer
.
Nested
()