mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
12 lines
449 B
Kotlin
Vendored
12 lines
449 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Fragment
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
import kotlinx.android.synthetic.main.layout1.*
|
|
|
|
class MyFragment: Fragment() {
|
|
val button = log<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"login", tailText: " from layout.xml for Fragment (Android Extensions)", typeText:"Button!" }
|
|
// EXIST: { lookupString:"loginButton", tailText: " from layout1.xml for Fragment (Android Extensions)", typeText:"Button!" } |