3 lines
52 B
Kotlin
Vendored
3 lines
52 B
Kotlin
Vendored
package test.data
|
|
|
|
val String.someVal: Int get() = 1 |