blob: a7db41cea0fd0f8708d8a30cfb2a142bce2e99df [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// DIAGNOSTICS: -DEBUG_INFO_MISSING_UNRESOLVED
interface I
fun <E> foo() where E: I {}
fun <E> fooE1() where <!SYNTAX!><!>: I {}
fun <E> fooE2() where E: <!SYNTAX!><!>{}
fun <E> fooE3() where <!SYNTAX!><!>{}
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration, nullableType, typeConstraint, typeParameter */