Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/bytecodeShape/extensionFunctionsView/extensionFunctionsView.kt
T
2015-03-17 17:35:24 +03:00

14 lines
304 B
Kotlin

package com.myapp
import android.view.View
import kotlinx.android.synthetic.layout.view.*
fun View.a() {
val x = login
val y = this.login
}
// 2 GETSTATIC com/myapp/R\$id\.login
// 2 INVOKEVIRTUAL android/view/View\.findViewById
// 2 CHECKCAST android/widget/Button
// 0 _\$_findCachedViewById