Report UNUSED_PARAMETER in setter #KT-21129 Fixed
This commit is contained in:
@@ -10,7 +10,7 @@ private open class A {
|
||||
private var x: Int = 10
|
||||
|
||||
var xx: Int = 20
|
||||
private set(value: Int) {}
|
||||
private set(<!UNUSED_PARAMETER!>value<!>: Int) {}
|
||||
|
||||
private fun foo() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user