[K/JS] Remove @Suppress from stdlib @JsExport.Ignore
This commit is contained in:
@@ -72,8 +72,6 @@ public expect annotation class JsExport() {
|
|||||||
@Retention(AnnotationRetention.BINARY)
|
@Retention(AnnotationRetention.BINARY)
|
||||||
@Target(CLASS, PROPERTY, FUNCTION)
|
@Target(CLASS, PROPERTY, FUNCTION)
|
||||||
@SinceKotlin("1.8")
|
@SinceKotlin("1.8")
|
||||||
// Suppress until bootstrapping
|
|
||||||
@Suppress("NESTED_OPTIONAL_EXPECTATION")
|
|
||||||
@OptionalExpectation
|
@OptionalExpectation
|
||||||
public annotation class Ignore()
|
public annotation class Ignore()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user