Regenerated test data.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public final enum class MyEnum : jet.Enum<test.MyEnum> {
|
||||
private constructor MyEnum()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class inner : test.B.C {
|
||||
public constructor inner()
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public trait TwoSuperclassesInconsistentGenericTypes : java.lang.Object {
|
||||
public abstract fun foo() : jet.MutableList<jet.String?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public trait TwoSuperclassesVarargAndNot : java.lang.Object {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class JFrame : awt.Frame {
|
||||
public constructor JFrame()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class RawSuperType : java.lang.Object {
|
||||
public constructor RawSuperType()
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public final val foo : jet.String
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public trait SubclassWithRawType : java.lang.Object {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class JavaSubclass : test.KotlinClass {
|
||||
public constructor JavaSubclass()
|
||||
|
||||
Reference in New Issue
Block a user