mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
namespace test
|
|
|
|
open class test.MyException : java.lang.Object {
|
|
final /*constructor*/ fun <init>(/*0*/ p0: jet.String?, /*1*/ p1: jet.Throwable?): test.MyException
|
|
}
|