expected type is sometimes more important than prefix-variant case mismatch

This commit is contained in:
peter
2012-06-18 12:31:17 +02:00
parent 8d8309c532
commit b7edeb92b5
6 changed files with 28 additions and 19 deletions
@@ -0,0 +1,9 @@
class Foo {
boolean ENABLED;
void enable() {}
{
if (!en<caret>)
}
}