[Stdlib] Fix reports of MPP annotation checker

^KT-58551
This commit is contained in:
Roman Efremov
2023-06-30 12:58:46 +02:00
committed by Space Team
parent 12eb6d97bf
commit 8ce1417621
6 changed files with 9 additions and 1 deletions
@@ -22,4 +22,5 @@ package kotlin
* ```
*/
@SinceKotlin("1.4")
@Suppress("ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT") // @Retention(BINARY) on expect needed for native target
public actual typealias Throws = kotlin.jvm.Throws