Report UNUSED_PARAMETER in setter #KT-21129 Fixed
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ var mutable = ""
|
||||
|
||||
var mutableWithGetter
|
||||
get() = ""
|
||||
set(x) = TODO()
|
||||
set(<!UNUSED_PARAMETER!>x<!>) = TODO()
|
||||
|
||||
object WithLateinit {
|
||||
lateinit var kClass: KClass<*>
|
||||
|
||||
Reference in New Issue
Block a user