fa1c471d92
Redeclarations for top-level properties still get two REDECLARATION diagnostics. (In overload resolver and declaration resolver) Also added test for redeclaring extension properties. Also remove useless null check.
5 lines
85 B
Kotlin
5 lines
85 B
Kotlin
package foo
|
|
|
|
val Int.<!REDECLARATION!>foo<!> = 2
|
|
val Int.<!REDECLARATION!>foo<!> = 3
|