update dfa intention test expectations after IDEA-149904

This commit is contained in:
peter
2016-01-21 20:22:23 +01:00
parent e03531ab30
commit 55f0e703e7
4 changed files with 4 additions and 4 deletions
@@ -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++){}
}
}