mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[kotlin uast] Make the findDefaultValueForAnnotationAttribute method work for usages of Java annotations from Kotlin
^KTIJ-27300 GitOrigin-RevId: b363764c07ee11f634b70e150440d80b74022689
This commit is contained in:
committed by
intellij-monorepo-bot
parent
773cafe668
commit
2e21416fee
@@ -12,14 +12,14 @@ internal class IncorrectServiceRetrievingInspectionTest : IncorrectServiceRetrie
|
||||
override fun getFileExtension() = "java"
|
||||
|
||||
fun testAppLevelServiceAsProjectLevel() {
|
||||
doTest()
|
||||
doTest(true)
|
||||
}
|
||||
|
||||
fun testProjectLevelServiceAsAppLevel() {
|
||||
doTest()
|
||||
doTest(true)
|
||||
}
|
||||
|
||||
fun testUnregisteredService() {
|
||||
doTest()
|
||||
doTest(true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user