mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
15 lines
351 B
Kotlin
Vendored
15 lines
351 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Fragment
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
fun Fragment.a() {
|
|
val x = login
|
|
val y = this.login
|
|
}
|
|
|
|
// 2 GETSTATIC test/R\$id\.login
|
|
// 2 CHECKCAST android/widget/Button
|
|
// 2 INVOKEVIRTUAL android/app/Fragment\.getView
|
|
// 2 INVOKEVIRTUAL android/view/View\.findViewById
|
|
// 0 _\$_findCachedViewById |