Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/method/contextualFunctions/Signature.kt
T
2021-12-02 20:24:08 +03:00

12 lines
148 B
Kotlin
Vendored

// 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) {}