5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
package foo
|
|
|
|
val Int.foo: Int get() = 2
|
|
val Int.foo: Int get() = 3
|