Files
kotlin-fork/compiler/testData/diagnostics/tests/properties/localPropertyExtensions.fir.kt
T
Kirill Rakhman c1420794b4 FIR: add checker for local extension properties
^KT-56013 Fixed
2023-01-25 08:25:56 +00:00

6 lines
85 B
Kotlin
Vendored

// SKIP_TXT
fun test() {
val <!LOCAL_EXTENSION_PROPERTY!>String<!>.count = 42
}