Deprecate suppress annotation in favor of Suppress
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
package android.view
|
||||
|
||||
public open class View {
|
||||
public open fun findViewById(@suppress("UNUSED_PARAMETER") id: Int): android.view.View = null!!
|
||||
public open fun findViewById(@Suppress("UNUSED_PARAMETER") id: Int): android.view.View = null!!
|
||||
}
|
||||
Reference in New Issue
Block a user