K1/K2: allow to apply suspend modifier to anonymous function
#KT-57991 Fixed
This commit is contained in:
committed by
Space Team
parent
0dbf698653
commit
2ccad553e6
@@ -2,7 +2,7 @@
|
||||
// ISSUE: KT-57991
|
||||
|
||||
fun foo() {
|
||||
<!WRONG_MODIFIER_TARGET!>suspend<!> fun() {
|
||||
suspend fun() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user