Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
imports
/
DelegatedProperty.expected.kt
blob: f766bb6f32197a11e627ebf681f3b167e9ba1aa2 [
file
] [
log
] [
blame
]
package
to
import
a
.
A
import
a
.
getValue
import
a
.
setValue
class
B
{
var
v
by
A
()
}