Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/sameLibraryTwiceInClasspath/sameLibraryTwiceInClasspath.txt
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

7 lines
186 B
Plaintext

package test
internal val inn3r: testing.Outer.Inner
internal val nested: testing.Outer.Nested
internal val outer: testing.Outer
internal val testObjectProperty: testing.TopLevelObject