Files
kotlin-fork/compiler/testData/diagnostics/tests/properties/localPropertyExtensions.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
116 B
Kotlin
Vendored

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