mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
13 lines
284 B
Kotlin
Vendored
13 lines
284 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Dialog
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
fun test(dialog: Dialog) {
|
|
dialog.login
|
|
}
|
|
|
|
// 1 GETSTATIC test/R\$id\.login
|
|
// 1 INVOKEVIRTUAL android/app/Dialog\.findViewById
|
|
// 1 CHECKCAST android/widget/Button
|
|
// 0 _\$_findCachedViewById |