Regenerated all test data which uses NamespaceComparator.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Ramification : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Ramification
|
||||
internal final class Ramification {
|
||||
/*primary*/ public constructor Ramification()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Wine</*0*/ in T : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.Wine<T>
|
||||
internal final class Wine</*0*/ in T> {
|
||||
/*primary*/ public constructor Wine</*0*/ in T>()
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Outer : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
internal final class test.Outer.Inner : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner
|
||||
internal final class Outer {
|
||||
/*primary*/ public constructor Outer()
|
||||
|
||||
internal final class Inner {
|
||||
/*primary*/ public constructor Inner()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Juice</*0*/ in T : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.Juice<T>
|
||||
internal final class Juice</*0*/ in T> {
|
||||
/*primary*/ public constructor Juice</*0*/ in T>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Beer</*0*/ T : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ T : jet.Any?><init>(): test.Beer<T>
|
||||
internal final class Beer</*0*/ T> {
|
||||
/*primary*/ public constructor Beer</*0*/ T>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamReferencesParam</*0*/ A : jet.Any?, /*1*/ B : A> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : jet.Any?, /*1*/ B : A><init>(): test.ClassParamReferencesParam<A, B>
|
||||
internal final class ClassParamReferencesParam</*0*/ A, /*1*/ B : A> {
|
||||
/*primary*/ public constructor ClassParamReferencesParam</*0*/ A, /*1*/ B : A>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamReferencesParam</*0*/ A : jet.Any?, /*1*/ in B : A> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : jet.Any?, /*1*/ in B : A><init>(): test.ClassParamReferencesParam<A, B>
|
||||
internal final class ClassParamReferencesParam</*0*/ A, /*1*/ in B : A> {
|
||||
/*primary*/ public constructor ClassParamReferencesParam</*0*/ A, /*1*/ in B : A>()
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : test.TraitWithP<A>><init>(): test.ClassParamReferencesSelf<A>
|
||||
internal final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
|
||||
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
|
||||
}
|
||||
internal abstract trait test.TraitWithP</*0*/ P : jet.Any?> : jet.Any {
|
||||
|
||||
internal trait TraitWithP</*0*/ P> {
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.lang.Number> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.lang.Number><init>(): test.Clock<A>
|
||||
internal final class Clock</*0*/ A : java.lang.Number> {
|
||||
/*primary*/ public constructor Clock</*0*/ A : java.lang.Number>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.io.Serializable & java.lang.Number> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.io.Serializable & java.lang.Number><init>(): test.Clock<A>
|
||||
internal final class Clock</*0*/ A> where A : java.io.Serializable, A : java.lang.Number {
|
||||
/*primary*/ public constructor Clock</*0*/ A>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.io.Serializable> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.io.Serializable><init>(): test.Clock<A>
|
||||
internal final class Clock</*0*/ A : java.io.Serializable> {
|
||||
/*primary*/ public constructor Clock</*0*/ A : java.io.Serializable>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Clock</*0*/ A : java.io.Serializable & java.lang.Number> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ A : java.io.Serializable & java.lang.Number><init>(): test.Clock<A>
|
||||
internal final class Clock</*0*/ A> where A : java.io.Serializable, A : java.lang.Number {
|
||||
/*primary*/ public constructor Clock</*0*/ A>()
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassTwoParams</*0*/ P : jet.Any?, /*1*/ Q : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ P : jet.Any?, /*1*/ Q : jet.Any?><init>(): test.ClassTwoParams<P, Q>
|
||||
internal final class ClassTwoParams</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassTwoParams</*0*/ P, /*1*/ 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 /*primary constructor*/ fun </*0*/ out P : jet.Any?, /*1*/ Q : jet.Any?><init>(): test.ClassTwoParams<P, Q>
|
||||
internal final class ClassTwoParams</*0*/ out P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassTwoParams</*0*/ out P, /*1*/ Q>()
|
||||
}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
namespace test
|
||||
|
||||
internal final enum class test.EnumWithGenericConstructorParameter : jet.Enum<test.EnumWithGenericConstructorParameter> {
|
||||
private final /*primary constructor*/ fun <init>(/*0*/ list: jet.List<jet.String>?): test.EnumWithGenericConstructorParameter
|
||||
public final override /*1*/ /*fake_override*/ fun name(): jet.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int
|
||||
internal final class object test.EnumWithGenericConstructorParameter.<class-object-for-EnumWithGenericConstructorParameter> {
|
||||
private final /*constructor*/ fun <init>(): test.EnumWithGenericConstructorParameter.<class-object-for-EnumWithGenericConstructorParameter>
|
||||
public final fun valueOf(/*0*/ value: jet.String): test.EnumWithGenericConstructorParameter
|
||||
public final fun values(): jet.Array<test.EnumWithGenericConstructorParameter>
|
||||
internal final enum class EnumWithGenericConstructorParameter : jet.Enum<test.EnumWithGenericConstructorParameter> {
|
||||
/*primary*/ private constructor EnumWithGenericConstructorParameter(/*0*/ list : jet.List<jet.String>?)
|
||||
public final override /*1*/ /*fake_override*/ fun name() : jet.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int
|
||||
|
||||
internal class object <class-object-for-EnumWithGenericConstructorParameter> {
|
||||
/*primary*/ private constructor <class-object-for-EnumWithGenericConstructorParameter>()
|
||||
public final fun valueOf(/*0*/ value : jet.String) : test.EnumWithGenericConstructorParameter
|
||||
public final fun values() : jet.Array<test.EnumWithGenericConstructorParameter>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
namespace test
|
||||
|
||||
internal final enum class test.EnumWithPrimitiveConstructorParameter : jet.Enum<test.EnumWithPrimitiveConstructorParameter> {
|
||||
private final /*primary constructor*/ fun <init>(/*0*/ b: jet.Boolean): test.EnumWithPrimitiveConstructorParameter
|
||||
public final override /*1*/ /*fake_override*/ fun name(): jet.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int
|
||||
internal final class object test.EnumWithPrimitiveConstructorParameter.<class-object-for-EnumWithPrimitiveConstructorParameter> {
|
||||
private final /*constructor*/ fun <init>(): test.EnumWithPrimitiveConstructorParameter.<class-object-for-EnumWithPrimitiveConstructorParameter>
|
||||
public final fun valueOf(/*0*/ value: jet.String): test.EnumWithPrimitiveConstructorParameter
|
||||
public final fun values(): jet.Array<test.EnumWithPrimitiveConstructorParameter>
|
||||
internal final enum class EnumWithPrimitiveConstructorParameter : jet.Enum<test.EnumWithPrimitiveConstructorParameter> {
|
||||
/*primary*/ private constructor EnumWithPrimitiveConstructorParameter(/*0*/ b : jet.Boolean)
|
||||
public final override /*1*/ /*fake_override*/ fun name() : jet.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int
|
||||
|
||||
internal class object <class-object-for-EnumWithPrimitiveConstructorParameter> {
|
||||
/*primary*/ private constructor <class-object-for-EnumWithPrimitiveConstructorParameter>()
|
||||
public final fun valueOf(/*0*/ value : jet.String) : test.EnumWithPrimitiveConstructorParameter
|
||||
public final fun values() : jet.Array<test.EnumWithPrimitiveConstructorParameter>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
namespace test
|
||||
|
||||
internal abstract class test.Aaa : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Aaa
|
||||
internal abstract class Aaa {
|
||||
/*primary*/ public constructor Aaa()
|
||||
}
|
||||
internal final class test.Bbb : test.Aaa {
|
||||
public final /*primary constructor*/ fun <init>(): test.Bbb
|
||||
|
||||
internal final class Bbb : test.Aaa {
|
||||
/*primary*/ public constructor Bbb()
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
namespace test
|
||||
|
||||
internal abstract class test.Aaa</*0*/ P : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ P : jet.Any?><init>(): test.Aaa<P>
|
||||
internal abstract class Aaa</*0*/ P> {
|
||||
/*primary*/ public constructor Aaa</*0*/ P>()
|
||||
}
|
||||
internal final class test.Bbb : test.Aaa<java.util.Random> {
|
||||
public final /*primary constructor*/ fun <init>(): test.Bbb
|
||||
|
||||
internal final class Bbb : test.Aaa<java.util.Random> {
|
||||
/*primary*/ public constructor Bbb()
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
namespace test
|
||||
|
||||
internal abstract trait test.Aaa</*0*/ P : jet.Any?> : jet.Any {
|
||||
internal trait Aaa</*0*/ P> {
|
||||
}
|
||||
internal final class test.Bbb : test.Aaa<java.util.Random> {
|
||||
public final /*primary constructor*/ fun <init>(): test.Bbb
|
||||
|
||||
internal final class Bbb : test.Aaa<java.util.Random> {
|
||||
/*primary*/ public constructor Bbb()
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Outer : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
internal final class test.Outer.Inner : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner
|
||||
internal final class Outer {
|
||||
/*primary*/ public constructor Outer()
|
||||
|
||||
internal final class Inner {
|
||||
/*primary*/ public constructor Inner()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.Outer : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer
|
||||
internal open class test.Outer.Inner1 : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner1
|
||||
internal final class Outer {
|
||||
/*primary*/ public constructor Outer()
|
||||
|
||||
internal open class Inner1 {
|
||||
/*primary*/ public constructor Inner1()
|
||||
}
|
||||
internal final class test.Outer.Inner2 : test.Outer.Inner1 {
|
||||
public final /*primary constructor*/ fun <init>(): test.Outer.Inner2
|
||||
|
||||
internal final class Inner2 : test.Outer.Inner1 {
|
||||
/*primary*/ public constructor Inner2()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
namespace test
|
||||
|
||||
public final object test.Obj : jet.Any {
|
||||
private final /*primary constructor*/ fun <init>(): test.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
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
|
||||
public final val Obj : test.Obj
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
namespace test
|
||||
|
||||
public final class test.Outer : jet.Any {
|
||||
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
|
||||
public final object test.Outer.<class-object-for-Outer>.Obj : jet.Any {
|
||||
private final /*constructor*/ fun <init>(): test.Outer.<class-object-for-Outer>.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
public final class Outer {
|
||||
/*primary*/ public constructor Outer()
|
||||
|
||||
public class object <class-object-for-Outer> {
|
||||
/*primary*/ private constructor <class-object-for-Outer>()
|
||||
public final val Obj : test.Outer.<class-object-for-Outer>.Obj
|
||||
|
||||
public object Obj {
|
||||
/*primary*/ private constructor Obj()
|
||||
public final val v : jet.String
|
||||
public final fun f() : jet.String
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
namespace test
|
||||
|
||||
public final object test.Outer : jet.Any {
|
||||
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 /*primary constructor*/ fun <init>(): test.Outer.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
public object Outer {
|
||||
/*primary*/ private constructor Outer()
|
||||
public final val Obj : test.Outer.Obj
|
||||
|
||||
public object Obj {
|
||||
/*primary*/ private constructor Obj()
|
||||
public final val v : jet.String
|
||||
public final fun f() : jet.String
|
||||
}
|
||||
}
|
||||
public final val Outer: test.Outer
|
||||
public final val Outer : test.Outer
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
namespace test
|
||||
|
||||
public final object test.Obj : jet.Any {
|
||||
private final /*primary constructor*/ fun <init>(): test.Obj
|
||||
public final fun f(): jet.String
|
||||
public final val v: jet.String
|
||||
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
|
||||
public final val Obj : test.Obj
|
||||
internal final val x : jet.Int
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
|
||||
internal abstract trait test.Trtrtr : jet.Any {
|
||||
internal trait Trtrtr {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user