475551f54a
Launch CLICompiler instead to compile it
9 lines
95 B
Kotlin
9 lines
95 B
Kotlin
package testing
|
|
|
|
object TopLevelObject
|
|
|
|
class Outer {
|
|
inner class Inner
|
|
class Nested
|
|
}
|