IDEA-61333

This commit is contained in:
Alexey Kudravtsev
2011-04-13 17:45:11 +04:00
parent 4b752f2157
commit 5b6a43015d
3 changed files with 11 additions and 5 deletions
@@ -0,0 +1,5 @@
package x;
class InvalidUse {
<error descr="Cannot resolve symbol 'Test'">Test</error> t = null;
}