[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
@@ -192,6 +192,7 @@ public annotation class PublishedApi
* @property exceptionClasses the list of checked exception classes that may be thrown by the function.
*/
@SinceKotlin("1.4")
@Suppress("ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT")
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR)
@Retention(AnnotationRetention.BINARY)
public actual annotation class Throws(actual vararg val exceptionClasses: KClass<out Throwable>)