[Manglers] Uniform handling of the error type in signature mangled names in all manglers
^KT-63723
This commit is contained in:
committed by
Space Team
parent
089b7f31b5
commit
194efac68c
@@ -1,10 +1,8 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// !IGNORE_ERRORS
|
||||
// IGNORE_ERRORS
|
||||
// IGNORE_FIR_DIAGNOSTICS
|
||||
// DIAGNOSTICS: -UNRESOLVED_REFERENCE -OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
|
||||
// KT-61141: org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtNameReferenceExpression: unresolved
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// ERROR_POLICY: SEMANTIC
|
||||
// SKIP_KLIB_TEST
|
||||
|
||||
val test1 = unresolved
|
||||
|
||||
@@ -12,5 +10,3 @@ val test2: Unresolved =
|
||||
unresolved()
|
||||
|
||||
val test3 = 42.unresolved(56)
|
||||
|
||||
val test4 = 42 *<!SYNTAX!><!>
|
||||
|
||||
Reference in New Issue
Block a user