Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
}