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