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