Report UNUSED_PARAMETER in setter #KT-21129 Fixed
This commit is contained in:
+1
-1
@@ -25,5 +25,5 @@ interface B {
|
||||
<!JVM_DEFAULT_IN_JVM6_TARGET!>@JvmDefault<!>
|
||||
var prop4: String
|
||||
get() = ""
|
||||
set(value) {}
|
||||
set(<!UNUSED_PARAMETER!>value<!>) {}
|
||||
}
|
||||
Reference in New Issue
Block a user