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

15 lines
356 B
Kotlin

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