mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[devkit] Do not look up annotation values in class hierarchy for nested classes (IDEA-272789)
GitOrigin-RevId: 28f8eb1a2f7497d97cb99ccfe28938eceb0da0f0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2ca73ddb92
commit
90762922ca
@@ -2,7 +2,6 @@
|
||||
@org.jetbrains.kotlin.test.TestMetadata("testData/refactoring")
|
||||
public class ATest extends LightCodeInsightFixtureTestCase {
|
||||
|
||||
@com.intellij.testFramework.TestDataPath("")
|
||||
@org.jetbrains.kotlin.test.TestMetadata("introduceVariable")
|
||||
public static class IntroduceVariable extends ATest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user