Regenerated test data.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Ramification : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Ramification
|
||||
public final /*primary constructor*/ fun <init>(): test.Ramification
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Wine</*0*/ in T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.Wine<T>
|
||||
public final /*primary constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.Wine<T>
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Outer : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
internal final class test.Outer.Inner : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer.Inner
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Juice</*0*/ in T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.Juice<T>
|
||||
public final /*primary constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.Juice<T>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Beer</*0*/ T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ T : jet.Any?><init>(): test.Beer<T>
|
||||
public final /*primary constructor*/ fun </*0*/ T : jet.Any?><init>(): test.Beer<T>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamReferencesParam</*0*/ A : jet.Any?, /*1*/ B : A> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : jet.Any?, /*1*/ B : A><init>(): test.ClassParamReferencesParam<A, B>
|
||||
public final /*primary constructor*/ fun </*0*/ A : jet.Any?, /*1*/ B : A><init>(): test.ClassParamReferencesParam<A, B>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamReferencesParam</*0*/ A : jet.Any?, /*1*/ in B : A> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : jet.Any?, /*1*/ in B : A><init>(): test.ClassParamReferencesParam<A, B>
|
||||
public final /*primary constructor*/ fun </*0*/ A : jet.Any?, /*1*/ in B : A><init>(): test.ClassParamReferencesParam<A, B>
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : test.TraitWithP<A>><init>(): test.ClassParamReferencesSelf<A>
|
||||
public final /*primary constructor*/ fun </*0*/ A : test.TraitWithP<A>><init>(): test.ClassParamReferencesSelf<A>
|
||||
}
|
||||
internal abstract trait test.TraitWithP</*0*/ P : jet.Any?> : jet.Any {
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.lang.Number> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : java.lang.Number><init>(): test.Clock<A>
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.lang.Number><init>(): test.Clock<A>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.io.Serializable & java.lang.Number> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : java.io.Serializable & java.lang.Number><init>(): test.Clock<A>
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.io.Serializable & java.lang.Number><init>(): test.Clock<A>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.io.Serializable> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : java.io.Serializable><init>(): test.Clock<A>
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.io.Serializable><init>(): test.Clock<A>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.io.Serializable & java.lang.Number> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ A : java.io.Serializable & java.lang.Number><init>(): test.Clock<A>
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.io.Serializable & java.lang.Number><init>(): test.Clock<A>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassTwoParams</*0*/ P : jet.Any?, /*1*/ Q : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ P : jet.Any?, /*1*/ Q : jet.Any?><init>(): test.ClassTwoParams<P, Q>
|
||||
public final /*primary constructor*/ fun </*0*/ P : jet.Any?, /*1*/ Q : jet.Any?><init>(): test.ClassTwoParams<P, Q>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassTwoParams</*0*/ out P : jet.Any?, /*1*/ Q : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ out P : jet.Any?, /*1*/ Q : jet.Any?><init>(): test.ClassTwoParams<P, Q>
|
||||
public final /*primary constructor*/ fun </*0*/ out P : jet.Any?, /*1*/ Q : jet.Any?><init>(): test.ClassTwoParams<P, Q>
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
namespace test
|
||||
|
||||
internal abstract class test.Aaa : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Aaa
|
||||
public final /*primary constructor*/ fun <init>(): test.Aaa
|
||||
}
|
||||
internal final class test.Bbb : test.Aaa {
|
||||
public final /*constructor*/ fun <init>(): test.Bbb
|
||||
public final /*primary constructor*/ fun <init>(): test.Bbb
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
namespace test
|
||||
|
||||
internal abstract class test.Aaa</*0*/ P : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.Aaa<P>
|
||||
public final /*primary constructor*/ fun </*0*/ P : jet.Any?><init>(): test.Aaa<P>
|
||||
}
|
||||
internal final class test.Bbb : test.Aaa<java.util.Random> {
|
||||
public final /*constructor*/ fun <init>(): test.Bbb
|
||||
public final /*primary constructor*/ fun <init>(): test.Bbb
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@ namespace test
|
||||
internal abstract trait test.Aaa</*0*/ P : jet.Any?> : jet.Any {
|
||||
}
|
||||
internal final class test.Bbb : test.Aaa<java.util.Random> {
|
||||
public final /*constructor*/ fun <init>(): test.Bbb
|
||||
public final /*primary constructor*/ fun <init>(): test.Bbb
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Outer : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
internal final class test.Outer.Inner : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer.Inner
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Outer : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
internal open class test.Outer.Inner1 : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer.Inner1
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner1
|
||||
}
|
||||
internal final class test.Outer.Inner2 : test.Outer.Inner1 {
|
||||
public final /*constructor*/ fun <init>(): test.Outer.Inner2
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner2
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
public final object test.Obj : jet.Any {
|
||||
private final /*constructor*/ fun <init>(): test.Obj
|
||||
private final /*primary constructor*/ fun <init>(): test.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
public final class test.Outer : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.Outer
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
public final class object test.Outer.<class-object-for-Outer> : jet.Any {
|
||||
private final /*constructor*/ fun <init>(): test.Outer.<class-object-for-Outer>
|
||||
public final val Obj: test.Outer.<class-object-for-Outer>.Obj
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace test
|
||||
|
||||
public final object test.Outer : jet.Any {
|
||||
private final /*constructor*/ fun <init>(): test.Outer
|
||||
private final /*primary constructor*/ fun <init>(): test.Outer
|
||||
public final val Obj: test.Outer.Obj
|
||||
public final object test.Outer.Obj : jet.Any {
|
||||
private final /*constructor*/ fun <init>(): test.Outer.Obj
|
||||
private final /*primary constructor*/ fun <init>(): test.Outer.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
public final object test.Obj : jet.Any {
|
||||
private final /*constructor*/ fun <init>(): test.Obj
|
||||
private final /*primary constructor*/ fun <init>(): test.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user