Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
labels
/
kt4247.kt
blob: eb99cff3ee1046da48665ca063ab60b3796d1c02 [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
//KT-4247 LABEL_NAME_CLASH
fun foo
(
bar1
:
(
String
.()
->
Int
)
->
Int
)
{
bar1
{
this
.
length
}
bar1
{
this
@bar1
.
length
}
}