mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
namespace test
|
|
|
|
open class test.Outer : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.Outer
|
|
open class test.Outer.Inner : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.Outer.Inner
|
|
}
|
|
}
|