Skip to content

Commit 919284b

Browse files
LouisCADqwwdfsad
authored andcommitted
Update named arguments referenced issue
The issue previously reference was marked as fixed for one of the two problems it was about, and a new one has been created for the remaining issue that is relevant here.
1 parent f18878f commit 919284b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/test/WithContextTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
44
*/
55

6-
@file:Suppress("NAMED_ARGUMENTS_NOT_ALLOWED") // KT-21913
6+
@file:Suppress("NAMED_ARGUMENTS_NOT_ALLOWED") // KT-22237
77

88
package kotlinx.coroutines
99

0 commit comments

Comments
 (0)