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
@@ -0,0 +1,7 @@
|
||||
// "Add setter" "true"
|
||||
class Test {
|
||||
var x: Int<caret>
|
||||
get() {
|
||||
return 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user