Files
kotlin-fork/plugins/android-extensions/android-extensions-idea/testData/android/rename/fqNameInAttr/fqNameInAttr.kt
T

10 lines
167 B
Kotlin
Vendored

package com.myapp
import android.app.Activity
import kotlinx.android.synthetic.main.layout.*
class MyActivity: Activity() {
val button = this.<caret>MyButton
}