Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
thisAndSuper
/
ambigousLabelOnThis.kt
blob: a6bf3efd8ce59830326f38bce57ec6656b21c56b [
file
]
class
Dup
{
fun
Dup
()
:
Unit
{
this
<!
AMBIGUOUS_LABEL
!>
@Dup
<!>
}
}