Add layout file name in completion for Android Extension properties

#KT-11051 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-07-06 18:25:19 +03:00
parent f59859842a
commit 4cef8728d7
16 changed files with 99 additions and 11 deletions
@@ -7,4 +7,4 @@ class MyFragment: Fragment() {
val button = this.MyBu<caret>
}
// EXIST: MyButton
// EXIST: { lookupString:"MyButton", tailText: " from layout.xml for Fragment (Android Extensions)", typeText:"View!" }