Regenerated test data.

This commit is contained in:
Evgeny Gerashchenko
2012-12-26 20:40:37 +04:00
parent 1f0a0b823b
commit 6ab081d969
335 changed files with 462 additions and 381 deletions
@@ -1,4 +1,4 @@
namespace test
package test
public final enum class MyEnum : jet.Enum<test.MyEnum> {
private constructor MyEnum()
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
public open class inner : test.B.C {
public constructor inner()
@@ -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()