summaryrefslogtreecommitdiff
path: root/plugins/kotlin/analysis-api-providers-ide-impl/testData/annotationsResolver/priority/full_import_beats_star_import.kt
blob: 2ab1125bede496f95f670813d3075751457c2874 (plain)
1
2
3
4
5
6
7
8
9
package test

import dependency.one.MyAnnotation
import dependency.two.*

@MyAnnotation
fun test<caret>() {}

// ANNOTATION: dependency/one/MyAnnotation