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