blob: d8cebb22ed117124eb59f2212b2121384993cd66 [file]
// LANGUAGE: +ContextParameters
@file:JsModule("lib")
external class Scope1
external class Scope2
<!CONFLICTING_OVERLOADS!><!CONTEXT_PARAMETERS_UNSUPPORTED!>context(scope1: <!DEBUG_INFO_MISSING_UNRESOLVED!>Scope1<!>, scope2: <!DEBUG_INFO_MISSING_UNRESOLVED!>Scope2<!>)<!>
external fun foo()<!>
<!CONFLICTING_OVERLOADS!><!CONTEXT_PARAMETERS_UNSUPPORTED!>context(scope2: <!DEBUG_INFO_MISSING_UNRESOLVED!>Scope2<!>, scope1: <!DEBUG_INFO_MISSING_UNRESOLVED!>Scope1<!>)<!>
external fun foo()<!>