mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
14 lines
195 B
Kotlin
14 lines
195 B
Kotlin
package com.myapp
|
|
|
|
import android.app.Activity
|
|
|
|
|
|
class MyActivity: Activity() {
|
|
val button = this.login
|
|
val button1 = this.loginButton
|
|
}
|
|
|
|
// 2 GETSTATIC
|
|
// 2 INVOKEVIRTUAL
|
|
// 2 CHECKCAST
|