Regenerate .txt testData

Add newline to EOF, trim trailing spaces
This commit is contained in:
Alexander Udalov
2014-10-21 00:13:37 +04:00
parent 51fd654802
commit 102f0d3470
346 changed files with 577 additions and 577 deletions
@@ -2,17 +2,17 @@ package test
public object Outer {
/*primary*/ private constructor Outer()
public class object <class-object-for-Outer> : test.Outer {
/*primary*/ private constructor <class-object-for-Outer>()
}
public object Obj {
/*primary*/ private constructor Obj()
public final val v: kotlin.String = "val"
public final fun <get-v>(): kotlin.String
public final fun f(): kotlin.String
public class object <class-object-for-Obj> : test.Outer.Obj {
/*primary*/ private constructor <class-object-for-Obj>()
public final override /*1*/ /*fake_override*/ val v: kotlin.String
@@ -20,4 +20,4 @@ public object Outer {
public final override /*1*/ /*fake_override*/ fun f(): kotlin.String
}
}
}
}