5 lines
147 B
Kotlin
5 lines
147 B
Kotlin
package android.widget
|
|
|
|
public open class TextView : android.view.View() {
|
|
public fun setText([suppress("UNUSED_PARAMETER")] text: String) {}
|
|
} |