Support specifying different bytecode listings for FIR and old frontend
This commit is contained in:
committed by
teamcity
parent
8a89b2f29f
commit
70c2f2b86f
@@ -1,5 +1,7 @@
|
||||
// WITH_STDLIB
|
||||
// CHECK_BYTECODE_LISTING
|
||||
// FIR_IDENTICAL
|
||||
// FIR_IDENTICAL
|
||||
|
||||
inline fun <T> useRef(value: T, f: (T) -> Boolean) = f(value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user