Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructor0 {
|
||||
/*primary*/ public constructor ClassWithConstructor0()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructor1 {
|
||||
/*primary*/ public constructor ClassWithConstructor1(/*0*/ p: kotlin.Int)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructorWithValueParamWithDefaultValue {
|
||||
/*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p: kotlin.Int = ...)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ..., /*1*/ s: kotlin.Int)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ internal final class TestingKotlinCollections {
|
||||
/*primary*/ public constructor TestingKotlinCollections(/*0*/ arguments: kotlin.Collection<kotlin.String>)
|
||||
internal final val arguments: kotlin.Collection<kotlin.String>
|
||||
internal final fun <get-arguments>(): kotlin.Collection<kotlin.String>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
public open class ConstructorGenericDeep {
|
||||
/*primary*/ public constructor ConstructorGenericDeep(/*0*/ p0: java.lang.Class<kotlin.Any?>?)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
public open class ConstructorGenericSimple {
|
||||
/*primary*/ public constructor ConstructorGenericSimple(/*0*/ p0: kotlin.Any?)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
public open class ConstructorGenericUpperBound {
|
||||
/*primary*/ public constructor ConstructorGenericUpperBound(/*0*/ p0: java.util.RandomAccess?)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ..., /*1*/ d: kotlin.Int = ...)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q: kotlin.Int)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q: Q)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class ClassWithConstructorAndTypeParameter</*0*/ P> {
|
||||
/*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P>()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class OneTypeParameterErased</*0*/ P, /*1*/ Q> {
|
||||
/*primary*/ public constructor OneTypeParameterErased</*0*/ P, /*1*/ Q>(/*0*/ q: Q)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ internal final class A {
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ...)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ private constructor TestConstructor(/*0*/ p: kotlin.Int = ...)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class A {
|
||||
/*primary*/ public constructor A(/*0*/ vararg a: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
internal final class A {
|
||||
/*primary*/ public constructor A(/*0*/ vararg a: kotlin.Int /*kotlin.IntArray*/)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user