mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
5 lines
131 B
Kotlin
Vendored
5 lines
131 B
Kotlin
Vendored
interface My {
|
|
<!BACKING_FIELD_IN_INTERFACE!>val x: Int<!> = <!PROPERTY_INITIALIZER_IN_INTERFACE!>0<!>
|
|
get() = field
|
|
}
|