mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
update dfa intention test expectations after IDEA-149904
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
class A{
|
||||
void test(){
|
||||
Integer container = null;
|
||||
for (int i = 0, limit = con<caret>tainer.intValue(); i < limit; i++){}
|
||||
for (int i = 0, limit = container.int<caret>Value(); i < limit; i++){}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user