Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.kt
T
Ivan Kochurkin fd92b851a2 [FIR] Implement PACKAGE_OR_CLASSIFIER_REDECLARATION
Fix REDECLARATION positioning
2021-08-10 15:09:25 +00:00

6 lines
124 B
Kotlin
Vendored

// FIR_IDENTICAL
package foo
val Int.<!REDECLARATION!>foo<!>: Int get() = 2
val Int.<!REDECLARATION!>foo<!>: Int get() = 3