KotlinAnnotatedElementsSearcher: rename to .kt

This commit is contained in:
Dmitry Jemerov
2015-08-05 14:10:26 +02:00
parent 0d0ccfef8c
commit b2553ccc38
2 changed files with 15 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import org.junit.Test as test
import org.junit.Test
class MyTestClass {
test fun test1() {}
@Deprecated @test fun test2() {}
Test fun test3() {}
}
// ANNOTATION: org.junit.Test
// SEARCH: KotlinLightMethodForDeclaration:test1
// SEARCH: KotlinLightMethodForDeclaration:test2
// SEARCH: KotlinLightMethodForDeclaration:test3