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