[minor] Fix testdata after commit "Only create descriptors for candidate"...

This commit is contained in:
Ilya Chernikov
2020-02-11 11:18:34 +01:00
parent a5e9e09755
commit 349d07ad43
2 changed files with 2 additions and 2 deletions
@@ -12,5 +12,5 @@ fun nativeSpecific() {
}
fun jsSpecific() {
val windowClosed = <!UNRESOLVED_REFERENCE("window")!>window<!>.<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>closed<!>
val windowClosed = <!UNRESOLVED_REFERENCE("window")!>window<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>closed<!>
}
@@ -12,5 +12,5 @@ fun nativeSpecific() {
}
fun jsSpecific() {
val windowClosed = <!UNRESOLVED_REFERENCE("window")!>window<!>.<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>closed<!>
val windowClosed = <!UNRESOLVED_REFERENCE("window")!>window<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>closed<!>
}