Quickfix for NO_BACKING_FIELD_ABSTRACT_PROPERTY.
This commit is contained in:
committed by
Andrey Breslav
parent
1aee735775
commit
6cd8779126
@@ -0,0 +1,5 @@
|
||||
// "Change '$foo' to 'foo'" "true"
|
||||
abstract class Foo {
|
||||
abstract var foo : String
|
||||
fun bar() = <caret>$foo + "bar"
|
||||
}
|
||||
Reference in New Issue
Block a user