mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
11 lines
194 B
Kotlin
Vendored
11 lines
194 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Activity
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
class MyActivity: Activity() {
|
|
val button = this.login<caret>
|
|
val button1 = this.loginButton
|
|
}
|
|
|