Regenerate .txt testData
Add newline to EOF, trim trailing spaces
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ internal final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
test.Anno() internal final val property: kotlin.Int
|
||||
internal final fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -6,10 +6,10 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
|
||||
internal final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
|
||||
internal class object <class-object-for-Class> {
|
||||
/*primary*/ private constructor <class-object-for-Class>()
|
||||
test.Anno() internal final val property: kotlin.Int
|
||||
internal final fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -20,4 +20,4 @@ internal final annotation class IntAnno : kotlin.Annotation {
|
||||
|
||||
internal final annotation class StringAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor StringAnno()
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -17,4 +17,4 @@ internal final annotation class IntAnno : kotlin.Annotation {
|
||||
|
||||
internal final annotation class StringAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor StringAnno()
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -6,9 +6,9 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
|
||||
internal final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
|
||||
internal trait Trait {
|
||||
test.Anno() internal abstract val property: kotlin.Int
|
||||
internal abstract fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -5,4 +5,4 @@ test.Anno() internal val property: kotlin.Int
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
internal trait Trait {
|
||||
test.Anno() internal abstract val property: kotlin.Int
|
||||
internal abstract fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -5,10 +5,10 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
}
|
||||
|
||||
internal trait Trait {
|
||||
|
||||
|
||||
internal class object <class-object-for-Trait> {
|
||||
/*primary*/ private constructor <class-object-for-Trait>()
|
||||
test.Anno() internal final val property: kotlin.Int
|
||||
internal final fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user