Regenerated test data.
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal trait Trtrtr {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user