blob: c7f95933e052de296011f9b1d4011d2996b37134 [file]
// FIR_IDENTICAL
// LANGUAGE: +ContextReceivers
interface I<T: Number>
fun I<<!UPPER_BOUND_VIOLATED!>String<!>>.foo() {}
context(I<<!UPPER_BOUND_VIOLATED!>String<!>>)
fun bar() {}