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