Replace annotations with brackets in testData
Just in tests that changed after deprecation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package android.widget
|
||||
|
||||
public open class TextView : android.view.View() {
|
||||
public fun setText([suppress("UNUSED_PARAMETER")] text: String) {}
|
||||
public fun setText(@suppress("UNUSED_PARAMETER") text: String) {}
|
||||
}
|
||||
Reference in New Issue
Block a user