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