Files
kotlin-fork/compiler/testData/diagnostics/tests/backingField/FieldOnVal.kt
T

3 lines
55 B
Kotlin
Vendored

// FIR_IDENTICAL
val my: Int = 21
get() = field * 2