849b8acbf8
Just in tests that changed after deprecation
5 lines
146 B
Kotlin
Vendored
5 lines
146 B
Kotlin
Vendored
package android.widget
|
|
|
|
public open class TextView : android.view.View() {
|
|
public fun setText(@suppress("UNUSED_PARAMETER") text: String) {}
|
|
} |