Process each namespace only once while reporting redeclaration errors

This commit is contained in:
Nikolay Krasko
2013-10-23 18:47:47 +04:00
parent 60ef034330
commit d23ad4f262
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,5 @@
// FILE: a.kt
val <!REDECLARATION, REDECLARATION!>a<!> : Int = 1
// FILE: b.kt
val <!REDECLARATION, REDECLARATION!>a<!> : Int = 1