KT-14767 typealias to annotation class should appear in the completion list
#KT-14767 fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
annotation class Anno
|
||||
typealias TypedAnno = Anno
|
||||
|
||||
|
||||
@Ty<caret>
|
||||
fun usage() {
|
||||
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// EXIST: TypedAnno
|
||||
|
||||
Reference in New Issue
Block a user