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

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

@MyAnnotation
fun test<caret>() {}

// ANNOTATION: