java classes should extend java.lang.Object
#KT-1121 fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
open class test.MyException : jet.Any {
|
||||
open class test.MyException : java.lang.Object {
|
||||
final /*constructor*/ fun <init>(/*0*/ p0: jet.String?, /*1*/ p1: jet.Throwable?): test.MyException
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user