Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/bytecodeShape/extensionFunctionsView/extensionFunctionsView.kt
T
2015-03-13 15:46:42 +03:00

15 lines
245 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
// 2 INVOKEVIRTUAL
// 2 CHECKCAST
// 0 _\$_findCachedViewById
// 2 findViewById