Report UNUSED_PARAMETER in setter #KT-21129 Fixed
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ fun <E> l(<!UNUSED_PARAMETER!>x<!>: E): List<E> = null!!
|
||||
// vars
|
||||
<!UNSUPPORTED_FEATURE!>var x3
|
||||
get() = 1
|
||||
set(q) {
|
||||
set(<!OI;UNUSED_PARAMETER!>q<!>) {
|
||||
}<!>
|
||||
|
||||
// recursive
|
||||
|
||||
Reference in New Issue
Block a user