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