12 lines
162 B
Kotlin
12 lines
162 B
Kotlin
package com.myapp
|
|
|
|
import android.app.Activity
|
|
|
|
|
|
class MyActivity: Activity() {
|
|
val button = this.MyButton
|
|
}
|
|
// 1 GETSTATIC
|
|
// 1 INVOKEVIRTUAL
|
|
// 2 CHECKCAST
|