Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
ambiguousLabelInExtensionFunctionWithOuterClass.kt
blob: 4f9a012c00c4cb269e98c0962b1bd9b8ee1fc866 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
class
Dup
{
fun
String
.
Dup
()
:
Unit
{
this
<!
AMBIGUOUS_LABEL
!>
@Dup
<!>
}
}
/* GENERATED_FIR_TAGS: classDeclaration, funWithExtensionReceiver, functionDeclaration, thisExpression */