Files
kotlin/compiler/testData/cli/jvm/androidPlugin/androidView.kt
2015-09-04 17:23:25 +03:00

5 lines
148 B
Kotlin
Vendored

package android.view
public open class View {
public open fun findViewById(@Suppress("UNUSED_PARAMETER") id: Int): android.view.View = null!!
}