[Test] Migrate AbstractAsmLikeInstructionListingTest to new test infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
bc7cc6b5a9
commit
aab8870903
+2
-2
@@ -1,5 +1,5 @@
|
||||
// !LANGUAGE: -NewCapturedReceiverFieldNamingConvention
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IR_DIFFERENCE
|
||||
// LOCAL_VARIABLE_TABLE
|
||||
|
||||
fun String.foo(count: Int) {
|
||||
@@ -16,4 +16,4 @@ fun String.foo(count: Int) {
|
||||
}
|
||||
}
|
||||
|
||||
fun block(block: Long.() -> Unit) = 5L.block()
|
||||
fun block(block: Long.() -> Unit) = 5L.block()
|
||||
|
||||
Reference in New Issue
Block a user