mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-31 08:31:31 +00:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
package test
|
|
|
|
public open class MyException {
|
|
public constructor MyException(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.Throwable!)
|
|
}
|