Replace annotations with brackets in testData
Just in tests that changed after deprecation
This commit is contained in:
@@ -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