[FIR] Prevent compiler crash on lambdas in annotations

^KT-59110 Fixed
This commit is contained in:
Nikolay Lunyak
2023-07-26 16:26:26 +03:00
committed by Space Team
parent 31f21d8593
commit 61d2e338a4
13 changed files with 108 additions and 73 deletions
@@ -0,0 +1,5 @@
// ISSUE: KT-59110
<!WRONG_ANNOTATION_TARGET!>@Target(<!ARGUMENT_TYPE_MISMATCH!>{}<!>)<!>
interface SomeInterface {
}