4cef8728d7
#KT-11051 Fixed
11 lines
265 B
Kotlin
Vendored
11 lines
265 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.view.View
|
|
import kotlinx.android.synthetic.main.layout.view.*
|
|
|
|
fun View.a() {
|
|
val button = this.login<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"login", tailText: " from layout.xml for View (Android Extensions)", typeText:"Button!" }
|