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 = <caret>login
|
|
}
|
|
|