[FIR] Complete WRONG_SETTER_TYPE_PARAMETER checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5472199bb1
commit
9e7f6332d1
@@ -0,0 +1,8 @@
|
||||
class SomeClass {
|
||||
|
||||
var foo: Int = 0
|
||||
set(value: <!WRONG_SETTER_PARAMETER_TYPE!>String<!>){
|
||||
field = value
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user