Switch jps android test to platform 26
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
7120fe190a
commit
febab82c7e
Vendored
+1
-1
@@ -3,5 +3,5 @@ package android.view
|
||||
import android.content.Context
|
||||
|
||||
open class View(ctx: Context) {
|
||||
open fun findViewById(id: Int): View? = null
|
||||
open fun <T : View> findViewById(id: Int): T? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user