Add "Add getter/setter" quick fix for uninitialized property
#KT-30078 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
efcc6f0967
commit
f861b10798
@@ -3,6 +3,9 @@
|
||||
// ACTION: Make 'a' abstract
|
||||
// ACTION: Move to constructor parameters
|
||||
// ACTION: Move to constructor
|
||||
// ACTION: Add getter
|
||||
// ACTION: Add getter and setter
|
||||
// ACTION: Add setter
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
|
||||
class A {
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
// ACTION: Make 'a' abstract
|
||||
// ACTION: Move to constructor parameters
|
||||
// ACTION: Move to constructor
|
||||
// ACTION: Add getter
|
||||
// ACTION: Add getter and setter
|
||||
// ACTION: Add setter
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user