Report UNUSED_PARAMETER in setter #KT-21129 Fixed
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ val String.countCharacters: Int
|
||||
|
||||
var Int.meaning: Long
|
||||
get() = 42L
|
||||
set(value) {}
|
||||
set(<!UNUSED_PARAMETER!>value<!>) {}
|
||||
|
||||
fun test() {
|
||||
val f = String::countCharacters
|
||||
|
||||
Reference in New Issue
Block a user