mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
package test
|
|
|
|
internal final class Outer {
|
|
/*primary*/ public constructor Outer()
|
|
|
|
internal final class Nested {
|
|
/*primary*/ public constructor Nested()
|
|
}
|
|
}
|