mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
17 lines
494 B
Kotlin
Vendored
17 lines
494 B
Kotlin
Vendored
package test
|
|
|
|
import android.view.View
|
|
import android.app.Activity
|
|
import kotlinx.android.synthetic.main.layout.view.*
|
|
|
|
public class MyActivity : Activity() {
|
|
init { View(this).login }
|
|
}
|
|
|
|
// 1 public _\$_findCachedViewById
|
|
// 1 INVOKEVIRTUAL test/MyActivity\.findViewById
|
|
// 1 public _\$_clearFindViewByIdCache
|
|
// 1 GETSTATIC test/R\$id\.login
|
|
// 1 INVOKEVIRTUAL android/view/View\.findViewById
|
|
// 0 INVOKEVIRTUAL test/MyActivity\._\$_findCachedViewById
|
|
// 1 CHECKCAST android/widget/Button |