Files
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

9 lines
95 B
Kotlin
Vendored

package testing
object TopLevelObject
class Outer {
inner class Inner
class Nested
}