mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
[java-intentions] MethodReturnFix: test for enum synthetic method
EA-796310 - ISE: PsiTreeUtil.findSameElementInCopy GitOrigin-RevId: f15aa2bf4bcfd7f02013a4ba5871699b27758246
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9df1085245
commit
1018a4cf05
@@ -0,0 +1,9 @@
|
||||
// "Make 'valueOf()' return 'int'" "false"
|
||||
class X {
|
||||
void test() {
|
||||
int x = <caret>Y.valueOf("A");
|
||||
}
|
||||
|
||||
|
||||
enum Y {A, B, C}
|
||||
}
|
||||
Reference in New Issue
Block a user