KT-14767 typealias to annotation class should appear in the completion list

#KT-14767 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-27 17:27:20 +03:00
parent 4c831cab9e
commit 2a08e3c679
4 changed files with 25 additions and 1 deletions
@@ -0,0 +1,12 @@
annotation class Anno
typealias TypedAnno = Anno
@Ty<caret>
fun usage() {
}
// INVOCATION_COUNT: 0
// EXIST: TypedAnno