// FLOW: OUT val String.foo: Int get() = 10 /** * Uses [foo] */ fun bar() { val v = "".foo }