java classes should extend java.lang.Object

#KT-1121 fixed
This commit is contained in:
Stepan Koltsov
2012-04-27 16:16:02 +04:00
parent d67cc468d8
commit 225c9b4fa0
57 changed files with 122 additions and 71 deletions
@@ -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
}