Android plugin cli arguments test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package android.app
|
||||
|
||||
public open class Activity {
|
||||
public open fun findViewById([suppress("UNUSED_PARAMETER")] id: Int): android.view.View = null!!
|
||||
}
|
||||
|
||||
public open class Fragment {
|
||||
public open fun getView(): android.view.View = null!!
|
||||
}
|
||||
Reference in New Issue
Block a user