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