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