[K/JS] Remove @Suppress from stdlib @JsExport.Ignore

This commit is contained in:
Artem Kobzar
2022-10-19 10:22:15 +00:00
committed by Space Team
parent 621e361366
commit 23384dd57d
@@ -72,8 +72,6 @@ public expect annotation class JsExport() {
@Retention(AnnotationRetention.BINARY)
@Target(CLASS, PROPERTY, FUNCTION)
@SinceKotlin("1.8")
// Suppress until bootstrapping
@Suppress("NESTED_OPTIONAL_EXPECTATION")
@OptionalExpectation
public annotation class Ignore()
}