Files
kotlin-fork/compiler/testData/cli/jvm/androidPlugin/androidView.kt
T
2015-03-13 15:46:37 +03:00

5 lines
149 B
Kotlin

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