7 lines
89 B
Kotlin
7 lines
89 B
Kotlin
namespace foo
|
|
|
|
class TheClass() {
|
|
class object {
|
|
val out = System.out
|
|
}
|
|
} |