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