11 lines
175 B
Kotlin
Vendored
11 lines
175 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Fragment
|
|
import kotlinx.android.synthetic.layout.*
|
|
|
|
class MyFragment: Fragment() {
|
|
val button = this.login<caret>
|
|
}
|
|
|
|
// EXIST: login
|