Files
kotlin-fork/idea/idea-completion/testData/basic/codeFragments/syntheticFieldProperties.kt
T

12 lines
157 B
Kotlin
Vendored

class Foo {
val foo: Int = 3
get() = field + 1
fun foo() {
<caret>
}
}
// INVOCATION_COUNT: 1
// EXIST: foo
// EXIST: foo_field