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