Regenerated test data.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructor0 {
|
||||
/*primary*/ public constructor ClassWithConstructor0()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructor1 {
|
||||
/*primary*/ public constructor ClassWithConstructor1(/*0*/ p : jet.Int)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructorWithValueParamWithDefaultValue {
|
||||
/*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p : jet.Int = ...)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class TestingKotlinCollections {
|
||||
/*primary*/ public constructor TestingKotlinCollections(/*0*/ arguments : jet.Collection<jet.String>)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>()
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q : jet.Int)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q : Q)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P>()
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class OneTypeParameterErased</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor OneTypeParameterErased</*0*/ P, /*1*/ Q>(/*0*/ q : Q)
|
||||
|
||||
Reference in New Issue
Block a user