Files
kotlin-fork/idea/testData/intentions/addPropertyAccessors/both/caretNotOnName.kt
T
Mark Punzalan 91e62832ee FIR IDE: Add applicability range to HLAddAccessorIntention (copied from
FE 1.0's logic) and actually check the range in AbstractHLIntention.
2021-06-12 23:53:40 +03:00

4 lines
59 B
Kotlin
Vendored

// IS_APPLICABLE: false
class Test {
var x = <caret>1
}