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 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++){}
}
}