mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
package test
|
|
|
|
public open class MyException {
|
|
/*primary*/ public constructor MyException(/*0*/ p0: kotlin.String?, /*1*/ p1: kotlin.Throwable?)
|
|
}
|