Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
scopes
/
implicitReceiverMemberVsParameter.kt
blob: 2943e9f18c901e785d83ec45701dbb35cac02868 [
file
]
// FIR_IDENTICAL
class
A
(
val foo
:
Int
)
fun A
.
test
(
foo
:
String
)
{
val a
:
String
=
foo
}