Quickfix for NO_BACKING_FIELD_CUSTOM_ACCESSORS
This commit is contained in:
committed by
Nikolay Krasko
parent
d1a443d952
commit
102f49b251
@@ -0,0 +1,7 @@
|
||||
// "Change '$foo' to 'foo'" "true"
|
||||
class A {
|
||||
val foo : Int
|
||||
get() = 5
|
||||
val bar : Int
|
||||
get() = $<caret>foo
|
||||
}
|
||||
Reference in New Issue
Block a user