Regenerated all test data which uses NamespaceComparator.

This commit is contained in:
Evgeny Gerashchenko
2012-12-26 19:01:00 +04:00
parent af3dffbed4
commit 5dec5a4c28
335 changed files with 3084 additions and 2792 deletions
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructor0 : jet.Any {
public final /*primary constructor*/ fun <init>(): test.ClassWithConstructor0
internal final class ClassWithConstructor0 {
/*primary*/ public constructor ClassWithConstructor0()
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructor1 : jet.Any {
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int): test.ClassWithConstructor1
internal final class ClassWithConstructor1 {
/*primary*/ public constructor ClassWithConstructor1(/*0*/ p : jet.Int)
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructorWithValueParamWithDefaultValue : jet.Any {
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.ClassWithConstructorWithValueParamWithDefaultValue
internal final class ClassWithConstructorWithValueParamWithDefaultValue {
/*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p : jet.Int = ...)
}
@@ -1,6 +1,6 @@
namespace test
internal final class test.TestingKotlinCollections : jet.Any {
public final /*primary constructor*/ fun <init>(/*0*/ arguments: jet.Collection<jet.String>): test.TestingKotlinCollections
internal final val arguments: jet.Collection<jet.String>
internal final class TestingKotlinCollections {
/*primary*/ public constructor TestingKotlinCollections(/*0*/ arguments : jet.Collection<jet.String>)
internal final val arguments : jet.Collection<jet.String>
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructorAndTypeParameter</*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.ClassWithConstructorAndTypeParameter<P, Q>
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>()
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructorAndTypeParameter</*0*/ P : jet.Any?, /*1*/ Q : jet.Any?> : jet.Any {
public final /*primary constructor*/ fun </*0*/ P : jet.Any?, /*1*/ Q : jet.Any?><init>(/*0*/ q: jet.Int): test.ClassWithConstructorAndTypeParameter<P, Q>
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q : jet.Int)
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructorAndTypeParameter</*0*/ P : jet.Any?, /*1*/ Q : jet.Any?> : jet.Any {
public final /*primary constructor*/ fun </*0*/ P : jet.Any?, /*1*/ Q : jet.Any?><init>(/*0*/ q: Q): test.ClassWithConstructorAndTypeParameter<P, Q>
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q : Q)
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.ClassWithConstructorAndTypeParameter</*0*/ P : jet.Any?> : jet.Any {
public final /*primary constructor*/ fun </*0*/ P : jet.Any?><init>(): test.ClassWithConstructorAndTypeParameter<P>
internal final class ClassWithConstructorAndTypeParameter</*0*/ P> {
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P>()
}
@@ -1,5 +1,5 @@
namespace test
internal final class test.OneTypeParameterErased</*0*/ P : jet.Any?, /*1*/ Q : jet.Any?> : jet.Any {
public final /*primary constructor*/ fun </*0*/ P : jet.Any?, /*1*/ Q : jet.Any?><init>(/*0*/ q: Q): test.OneTypeParameterErased<P, Q>
internal final class OneTypeParameterErased</*0*/ P, /*1*/ Q> {
/*primary*/ public constructor OneTypeParameterErased</*0*/ P, /*1*/ Q>(/*0*/ q : Q)
}