Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -16,4 +16,4 @@ test.A(a = IntegerValueType(12): IntegerValueType(12), c = "Hello": kotlin.Strin
|
||||
public class object <class-object-for-SomeObject> : test.SomeObject {
|
||||
/*primary*/ private constructor <class-object-for-SomeObject>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,4 @@ internal trait G : test.F {
|
||||
}
|
||||
|
||||
internal trait H : test.F {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ internal final class B {
|
||||
/*primary*/ public constructor C()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@ internal open class A {
|
||||
internal final class B : test.A {
|
||||
/*primary*/ public constructor B()
|
||||
internal open override /*1*/ fun foo(/*0*/ a: [ERROR : E]): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ internal val some: test.SomeObject
|
||||
public class object <class-object-for-SomeObject> : test.SomeObject {
|
||||
/*primary*/ private constructor <class-object-for-SomeObject>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ test.BadAnnotation(s = IntegerValueType(1): IntegerValueType(1)) internal object
|
||||
public class object <class-object-for-SomeObject> : test.SomeObject {
|
||||
/*primary*/ private constructor <class-object-for-SomeObject>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ internal final class TestSome</*0*/ P> {
|
||||
|
||||
internal open class ToResolve</*0*/ SomeClass> {
|
||||
/*primary*/ public constructor ToResolve</*0*/ SomeClass>(/*0*/ f: (kotlin.Int) -> kotlin.Int)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ package test
|
||||
internal val fromImported: kotlin.Int = 1
|
||||
internal fun <get-fromImported>(): kotlin.Int
|
||||
internal val normal: kotlin.Int = 1
|
||||
internal fun <get-normal>(): kotlin.Int
|
||||
internal fun <get-normal>(): kotlin.Int
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ internal val inferTypeFromImportedFun: kotlin.Int
|
||||
|
||||
internal final class B : testOther.A {
|
||||
/*primary*/ public constructor B()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
internal val a: [ERROR : Type for TestFun()]
|
||||
internal fun <get-a>(): [ERROR : Type for TestFun()]
|
||||
internal fun <get-a>(): [ERROR : Type for TestFun()]
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ internal val checkTypeProp: test.PropType? = null
|
||||
|
||||
internal final class PropType {
|
||||
/*primary*/ public constructor PropType()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -9,4 +9,4 @@ internal final class Test {
|
||||
internal final val a: kotlin.Int
|
||||
internal final fun <get-a>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ internal open class Base {
|
||||
|
||||
internal final class SubBase : test.Base {
|
||||
/*primary*/ public constructor SubBase()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,4 +25,4 @@ package test.p {
|
||||
internal open override /*1*/ fun f(): E
|
||||
internal final fun g(): E
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ internal final class CompositeIterator</*0*/ T> {
|
||||
/*primary*/ public constructor CompositeIterator</*0*/ T>(/*0*/ vararg iterators: java.util.Iterator<T> /*kotlin.Array<java.util.Iterator<T>>*/)
|
||||
internal final val iteratorsIter: kotlin.Iterator<java.util.Iterator<T>>
|
||||
internal final fun <get-iteratorsIter>(): kotlin.Iterator<java.util.Iterator<T>>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user