Files
kotlin-fork/compiler/testData/diagnostics/tests/properties/backingField/trivialExplicitBackingFIeld.fir.kt
T

5 lines
79 B
Kotlin
Vendored

class A {
val number: Number
<!UNSUPPORTED_FEATURE!>field = 1<!>
}