Minor: fix broken tests

This commit is contained in:
Yan Zhulanow
2015-09-26 01:04:42 +03:00
parent 3be050640c
commit 080dcf882e
18 changed files with 21 additions and 21 deletions
@@ -4,5 +4,5 @@ import kotlin.internal.flexible.ft
@kotlin.internal.flexible.InvalidWidgetType("KeyboardView")
val android.view.View.MyKeyboardView: ft<android.view.View, android.view.View?>
get() = findViewById(0) as? android.view.View
get() = findViewById(0)