Report UNUSED_PARAMETER in setter #KT-21129 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-04-27 16:09:29 +03:00
parent bcc1c02e73
commit e76debb12b
58 changed files with 118 additions and 115 deletions
@@ -22,7 +22,7 @@ class C2 {
fun Int.ext() = Unit
var String.ext: Int
get() = 3
set(i) {
set(<!UNUSED_PARAMETER!>i<!>) {
}
fun A(<!UNUSED_PARAMETER!>c<!>: Int) = A()