13 lines
204 B
Kotlin
13 lines
204 B
Kotlin
package com.myapp
|
|
|
|
import android.app.Activity
|
|
import kotlinx.android.synthetic.layout.*
|
|
|
|
class MyActivity: Activity() {
|
|
val button = this.MyButton
|
|
}
|
|
|
|
// 1 GETSTATIC
|
|
// 4 INVOKEVIRTUAL
|
|
// 2 CHECKCAST
|