Files
kotlin-fork/plugins/android-idea-plugin/testData/android/completion/propertiesSimple/propertiesSimple.kt
T
2015-02-26 15:25:57 +03:00

11 lines
175 B
Kotlin
Vendored

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