[Test] Enable SMAP dump handler in boxInline tests
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user