[Tests] Check Java interop

This commit is contained in:
Anastasiya Shadrina
2021-07-29 17:56:52 +07:00
committed by TeamCityServer
parent f9e6365461
commit bafd084094
5 changed files with 106 additions and 0 deletions
@@ -0,0 +1,12 @@
// TARGET_BACKEND: JVM_IR
package test
interface C1
interface C2
interface R
interface P1
interface P2
context(C1, C2)
fun R.f(p1: P1, p2: P2) {}