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