Remove unneeded .txt dumps in codegen box tests

These are only used in diagnostic tests, and for codegen tests they are
basically useless.
This commit is contained in:
Alexander Udalov
2022-03-07 16:03:16 +01:00
parent 328853dffe
commit f7f64be269
54 changed files with 0 additions and 472 deletions
@@ -1,6 +0,0 @@
package
public fun box(): kotlin.String
public fun </*0*/ R> foo(/*0*/ f: () -> R): R
public fun </*0*/ T : kotlin.Any> some(/*0*/ v: T?, /*1*/ b: T): T
public fun </*0*/ T : kotlin.Any> some1(/*0*/ v: T?, /*1*/ b: T): T