Minor: fix broken tests
This commit is contained in:
Vendored
+1
-1
@@ -3,5 +3,5 @@ package kotlinx.android.synthetic.test.view
|
||||
import kotlin.internal.flexible.ft
|
||||
|
||||
val android.view.View.button: ft<android.view.View, android.view.View?>
|
||||
get() = findViewById(0) as? android.view.View
|
||||
get() = findViewById(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user