Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
valAfterReceiver.kt.after
blob: 24629c1345de5f6bcdac22ee9680510fb4e838c3 [
file
]
class
A
{
fun bar
()
=
1
}
fun foo
(
a
:
A
)
{
val a1
=
a
val x
=
a1
.
bar
()
}