Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolve
/
delegatedProperty
/
delegationByFun.resolve
blob: eba9a102672d28c1e65284af135e00c019e5b140 [
file
]
class
A
val a
:
Int
by
`foo`
foo
()
~
foo
~
fun foo
()
=
A
()