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