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

5 lines
67 B
Kotlin
Vendored

package foo
val Int.foo: Int get() = 2
val Int.foo: Int get() = 3