Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
contextualFunctions
/
Signature.kt
blob: 63c477be60f6dda685fa4281e35f99177e593862 [
file
]
// LANGUAGE: +ContextParameters
// 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
)
{}