Proper error reporting when a package name redeclares something, wrt the package name occurring in multiple files

See MultiFilePackageRedeclaration.jet test
This commit is contained in:
Andrey Breslav
2012-03-29 16:18:42 +04:00
parent 0ae59df0b1
commit 320241d107
12 changed files with 120 additions and 30 deletions
@@ -0,0 +1,7 @@
// FILE: f.kt
package a
class <!REDECLARATION!>b<!> {}
// FILE: f.kt
package a.<!REDECLARATION!>b<!>
// FILE: f.kt
package a.<!REDECLARATION!>b<!>