[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
@@ -95,7 +95,7 @@ public expect annotation class JsExport() {
*/
@ExperimentalJsExport
@Retention(AnnotationRetention.BINARY)
@Target(CLASS, PROPERTY, FUNCTION)
@Target(CLASS, PROPERTY, FUNCTION, CONSTRUCTOR)
@SinceKotlin("1.8")
@OptionalExpectation
public annotation class Ignore()