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

11 lines
161 B
Kotlin
Vendored

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