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