Property vs classifier conflict.

TODO get rid of duplicate diagnostics
(looks like OverloadResolver and DeclarationResolver are partially redundant; refactor them).
This commit is contained in:
Dmitry Petrov
2016-02-10 16:37:50 +03:00
parent b2eb4200af
commit aed2f2b993
11 changed files with 154 additions and 65 deletions
@@ -7,11 +7,11 @@
}
val<!SYNTAX!><!> : Int = 1
<!REDECLARATION!>val<!SYNTAX!><!> : Int = 1<!>
class<!SYNTAX!><!> {
<!REDECLARATION!>class<!SYNTAX!><!> {
}
}<!>
object<!SYNTAX!><!> {