SetterBackingFieldAssignmentInspection: fix exception
#KT-38520 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
var foo: Int = 1
|
||||
set(value: Int) {
|
||||
field = value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user