Files
kotlin-fork/plugins/android-idea-plugin/testData/android/goto/simpleView/simpleView.kt
T
2015-03-13 15:46:42 +03:00

10 lines
140 B
Kotlin
Vendored

package com.myapp
import android.view.View
import kotlinx.android.synthetic.layout.view.*
fun View.a() {
val button = login<caret>
}