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