Deprecate suppress annotation in favor of Suppress
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package android.app
|
||||
|
||||
public open class Activity {
|
||||
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!!
|
||||
}
|
||||
|
||||
public open class Fragment {
|
||||
|
||||
Reference in New Issue
Block a user