Files
T
Alexander Udalov 475551f54a Remove binary test data for some tests
Launch CLICompiler instead to compile it
2013-10-10 20:28:22 +04:00

9 lines
95 B
Kotlin

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