FIR IDE: Add quickfix for PRIVATE_SETTER_FOR_(OPEN|ABSTRACT)_PROPERTY
This commit is contained in:
committed by
Ilya Kirillov
parent
77559e8299
commit
bca393bd5c
@@ -0,0 +1,6 @@
|
||||
// "Make 'foo' 'final'" "true"
|
||||
open class My {
|
||||
open var foo = 42
|
||||
<caret>private set
|
||||
}
|
||||
/* FIR_COMPARISON */
|
||||
Reference in New Issue
Block a user