9 lines
102 B
Kotlin
9 lines
102 B
Kotlin
namespace foo
|
|
|
|
class Outer() {
|
|
class Inner() {
|
|
fun innerFun() {
|
|
|
|
}
|
|
}
|
|
} |