commit | f2079b42c31d666bab5ff0319c79a466da1940c5 | [log] [tgz] |
---|---|---|
author | Nikolay Lunyak <nikolay.lunyak@jetbrains.com> | Wed Jun 15 14:17:24 2022 +0300 |
committer | Nikolay Lunyak <nikolay.lunyak@jetbrains.com> | Wed Jun 15 14:17:24 2022 +0300 |
tree | e050cfcf81abe98df4585b401be81c8761e22d36 | |
parent | 4de6c17ecddff3bc934f9d55e2b5485d694b542f [diff] |
[FIR] Update spec test data
diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt b/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt index 33e40f3..e108f87 100644 --- a/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt +++ b/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt
@@ -18,4 +18,4 @@ * TESTCASE NUMBER: 2 * UNEXPECTED BEHAVIOUR */ -class B<T> where @<!DEBUG_INFO_MISSING_UNRESOLVED!>Ann<!>(<!DEBUG_INFO_MISSING_UNRESOLVED!>unresolved_reference<!>) T : Number +class B<T> where <!ANNOTATION_IN_WHERE_CLAUSE!>@<!DEBUG_INFO_MISSING_UNRESOLVED!>Ann<!>(<!DEBUG_INFO_MISSING_UNRESOLVED!>unresolved_reference<!>)<!> T : Number