Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */