Can be parameter inspection #KT-10819 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Remove 'var' from parameter" "true"
|
||||
class UsedInProperty(<caret>var x: Int) {
|
||||
var y = x
|
||||
}
|
||||
Reference in New Issue
Block a user