fixed: DEBUG_INFO_ERROR_ELEMENT should be visible in tests
This commit is contained in:
@@ -47,7 +47,7 @@ class R {
|
||||
fun test() {
|
||||
val <!UNUSED_VARIABLE!>o<!> = object {
|
||||
fun run() {
|
||||
<!UNRESOLVED_REFERENCE!>p<!>.x = 43
|
||||
<!UNRESOLVED_REFERENCE!>p<!>.<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>x<!> = 43
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user