mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
12 lines
234 B
Kotlin
Vendored
12 lines
234 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: login, loginButton
|