Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/sameLibraryTwiceInClasspath/sameLibraryTwiceInClasspath.kt
T
Alexander Udalov 7b7619d1f3 Refactor CompileKotlinAgainstCustomBinariesTest
Make all filenames start with lowercase letter (instead of half lower / half
upper)
2014-03-19 23:24:27 +04:00

10 lines
149 B
Kotlin

package test
import testing.*
val testObjectProperty = TopLevelObject
val outer = Outer()
val inn3r = Outer().Inner()
val nested = Outer.Nested()