Files
kotlin-fork/idea/testData/slicer/inflow/delegateGetter.leafGroups.txt
T
2018-01-12 13:54:20 +03:00

8 lines
345 B
Plaintext
Vendored

6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold>
12 val <bold>x = foo</bold>
12 val x = <bold>foo</bold>
9 val <bold>foo: Int by D</bold>
6 operator fun <bold>getValue(thisRef: Any?, property: KProperty<*>) = 1</bold>
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold>