Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.kt
T
2014-05-29 21:24:05 +04:00

5 lines
107 B
Kotlin
Vendored

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