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