[Test] Enable SMAP dump handler in boxInline tests

This commit is contained in:
Dmitriy Novozhilov
2021-01-27 14:02:40 +03:00
parent 64a300bfcd
commit 49c2bfe637
109 changed files with 2315 additions and 2174 deletions
@@ -1,6 +1,6 @@
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// NO_SMAP_DUMP
package builders
//TODO there is a bug in asm it's skips linenumber on same line on reading bytecode
@@ -21,7 +21,6 @@ inline fun test(crossinline p: () -> String): String {
return res
}
//TODO SHOULD BE LESS
// FILE: 2.kt
@@ -32,4 +31,3 @@ fun box(): String {
return test{"OK"}
}
//TODO