K2: reproduce KT-57991

This commit is contained in:
Mikhail Glukhikh
2023-04-15 10:55:00 +02:00
committed by Space Team
parent 5a96754aec
commit c8b74e5655
7 changed files with 44 additions and 0 deletions
@@ -0,0 +1,7 @@
// ISSUE: KT-57991
fun foo() {
<!WRONG_MODIFIER_TARGET!>suspend<!> fun() {
}
}