Restore UNUSED_* diagnostics to relevant tests.
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
303d5ece96
commit
1da35029a6
+2
-1
@@ -1,4 +1,5 @@
|
||||
fun f(p: Int): Int {
|
||||
// !DIAGNOSTICS: +UNUSED_PARAMETER
|
||||
fun f(<!UNUSED_PARAMETER!>p<!>: Int): Int {
|
||||
val <!NAME_SHADOWING!>p<!> = 2
|
||||
return p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user