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 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Ramification {
/*primary*/ public constructor Ramification()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Wine</*0*/ in T> {
/*primary*/ public constructor Wine</*0*/ in T>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Outer {
/*primary*/ public constructor Outer()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Juice</*0*/ in T> {
/*primary*/ public constructor Juice</*0*/ in T>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Beer</*0*/ T> {
/*primary*/ public constructor Beer</*0*/ T>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class ClassParamReferencesParam</*0*/ A, /*1*/ B : A> {
/*primary*/ public constructor ClassParamReferencesParam</*0*/ A, /*1*/ B : A>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class ClassParamReferencesParam</*0*/ A, /*1*/ in B : A> {
/*primary*/ public constructor ClassParamReferencesParam</*0*/ A, /*1*/ in B : A>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Clock</*0*/ A : java.lang.Number> {
/*primary*/ public constructor Clock</*0*/ A : java.lang.Number>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Clock</*0*/ A> where A : java.io.Serializable, A : java.lang.Number {
/*primary*/ public constructor Clock</*0*/ A>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Clock</*0*/ A : java.io.Serializable> {
/*primary*/ public constructor Clock</*0*/ A : java.io.Serializable>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Clock</*0*/ A> where A : java.io.Serializable, A : java.lang.Number {
/*primary*/ public constructor Clock</*0*/ A>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class ClassTwoParams</*0*/ P, /*1*/ Q> {
/*primary*/ public constructor ClassTwoParams</*0*/ P, /*1*/ Q>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class ClassTwoParams</*0*/ out P, /*1*/ Q> {
/*primary*/ public constructor ClassTwoParams</*0*/ out P, /*1*/ Q>()
@@ -1,4 +1,4 @@
namespace test
package test
internal final enum class EnumWithGenericConstructorParameter : jet.Enum<test.EnumWithGenericConstructorParameter> {
/*primary*/ private constructor EnumWithGenericConstructorParameter(/*0*/ list : jet.List<jet.String>?)
@@ -1,4 +1,4 @@
namespace test
package test
internal final enum class EnumWithPrimitiveConstructorParameter : jet.Enum<test.EnumWithPrimitiveConstructorParameter> {
/*primary*/ private constructor EnumWithPrimitiveConstructorParameter(/*0*/ b : jet.Boolean)
@@ -1,4 +1,4 @@
namespace test
package test
internal abstract class Aaa {
/*primary*/ public constructor Aaa()
@@ -1,4 +1,4 @@
namespace test
package test
internal abstract class Aaa</*0*/ P> {
/*primary*/ public constructor Aaa</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
internal trait Aaa</*0*/ P> {
}
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Outer {
/*primary*/ public constructor Outer()
@@ -1,4 +1,4 @@
namespace test
package test
internal final class Outer {
/*primary*/ public constructor Outer()
@@ -1,8 +1,9 @@
namespace test
package test
public final val Obj : test.Obj
public object Obj {
/*primary*/ private constructor Obj()
public final val v : jet.String
public final fun f() : jet.String
}
public final val Obj : test.Obj
@@ -1,4 +1,4 @@
namespace test
package test
public final class Outer {
/*primary*/ public constructor Outer()
@@ -1,4 +1,6 @@
namespace test
package test
public final val Outer : test.Outer
public object Outer {
/*primary*/ private constructor Outer()
@@ -10,4 +12,3 @@ public object Outer {
public final fun f() : jet.String
}
}
public final val Outer : test.Outer
@@ -1,9 +1,10 @@
namespace test
package test
public final val Obj : test.Obj
internal final val x : jet.Int
public object Obj {
/*primary*/ private constructor Obj()
public final val v : jet.String
public final fun f() : jet.String
}
public final val Obj : test.Obj
internal final val x : jet.Int
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
internal trait Trtrtr {
}