Regenerate .txt testData
Add newline to EOF, trim trailing spaces
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ test.Anno() internal val x: kotlin.Int
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -8,4 +8,4 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno(/*0*/ t: java.lang.annotation.ElementType)
|
||||
internal final val t: java.lang.annotation.ElementType
|
||||
internal final fun <get-t>(): java.lang.annotation.ElementType
|
||||
}
|
||||
}
|
||||
@@ -4,4 +4,4 @@ test.Anno() internal fun function(): kotlin.Unit
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
@@ -5,4 +5,4 @@ internal val property: kotlin.Int
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,4 +6,4 @@ test.Anno() internal var property: kotlin.Int
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
@@ -6,4 +6,4 @@ internal var property: kotlin.Int
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user