Files
kotlin/plugins/android-extensions/android-extensions-idea/testData/android/rename/multiFileFragment/expected/multiFileFragment.kt
2017-03-03 16:17:52 +03:00

11 lines
194 B
Kotlin
Vendored

package com.myapp
import android.app.Fragment
import kotlinx.android.synthetic.main.layout.*
class MyFragment: Fragment() {
val button = this.NEWNAME
val button1 = this.loginButton
}