FIR: add checker for local extension properties

^KT-56013 Fixed
This commit is contained in:
Kirill Rakhman
2023-01-24 16:34:59 +01:00
committed by Space Team
parent 9873fe84f2
commit c1420794b4
16 changed files with 80 additions and 2 deletions
@@ -0,0 +1,5 @@
// SKIP_TXT
fun test() {
val <!LOCAL_EXTENSION_PROPERTY!>String<!>.count = 42
}
@@ -0,0 +1,5 @@
// SKIP_TXT
fun test() {
val <!DEBUG_INFO_MISSING_UNRESOLVED, LOCAL_EXTENSION_PROPERTY!>String<!>.count = 42
}