mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
17 lines
437 B
Kotlin
Vendored
17 lines
437 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Fragment
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
class MyFragment: Fragment() {
|
|
val button = this.MyButton
|
|
val button2 = MyButton
|
|
}
|
|
|
|
// 1 public _\$_findCachedViewById
|
|
// 1 public _\$_clearFindViewByIdCache
|
|
// 1 INVOKEVIRTUAL android/app/Fragment\.getView
|
|
// 2 GETSTATIC test/R\$id\.MyButton
|
|
// 2 INVOKEVIRTUAL test/MyFragment\._\$_findCachedViewById
|
|
// 2 CHECKCAST android/widget/Button
|