mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
10 lines
212 B
Plaintext
Vendored
10 lines
212 B
Plaintext
Vendored
package test
|
|
|
|
internal final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
internal final class TestConstructor {
|
|
/*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ...)
|
|
}
|
|
}
|