[Tests] Add bytecodeListing tests
This commit is contained in:
committed by
TeamCityServer
parent
f05ca5be33
commit
6cd50bc438
@@ -0,0 +1,14 @@
|
||||
// !LANGUAGE: +ContextReceivers
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
interface A {
|
||||
fun a(): Int
|
||||
}
|
||||
interface B {
|
||||
fun b(): Int
|
||||
}
|
||||
|
||||
context(A, B)
|
||||
val c get() = a() + b()
|
||||
Reference in New Issue
Block a user