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 foo(){
|
||||
String s = null;
|
||||
for (int i=0; i!=<caret>s.hashCode();i++){}
|
||||
for (int i=0; i!=s.hash<caret>Code();i++){}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user