Class/package clash test updated

This commit is contained in:
Roman Shevchenko
2013-02-01 21:56:24 +04:00
parent bbc416fd49
commit 28f69425fc
6 changed files with 18 additions and 8 deletions
@@ -0,0 +1,3 @@
package pkg;
<error descr="Class 'pkg.sub' clashes with package of same name">public class sub</error> { }
@@ -0,0 +1,3 @@
package <error descr="Package 'pkg.sub' clashes with class of same name">pkg.sub</error>;
public class Test { }