mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
package test
|
|
|
|
public open class MyException {
|
|
public constructor MyException(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.Throwable!)
|
|
} |