mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
10 lines
145 B
Kotlin
Vendored
10 lines
145 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.view.View
|
|
import kotlinx.android.synthetic.main.layout.view.*
|
|
|
|
fun View.a() {
|
|
val button = login<caret>
|
|
}
|
|
|