Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.fir.kt
T

5 lines
107 B
Kotlin
Vendored

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