Remove UNUSED_PARAMETER warning suppression from actual declarations
This commit is contained in:
@@ -82,7 +82,6 @@ object ArrayOps : TemplateGroupBase() {
|
||||
|
||||
on(Platform.JS) {
|
||||
annotation("""@library("arrayEquals")""")
|
||||
annotation("""@Suppress("UNUSED_PARAMETER")""")
|
||||
body { "definedExternally" }
|
||||
}
|
||||
}
|
||||
@@ -108,7 +107,6 @@ object ArrayOps : TemplateGroupBase() {
|
||||
}
|
||||
on(Platform.JS) {
|
||||
annotation("""@library("arrayDeepEquals")""")
|
||||
annotation("""@Suppress("UNUSED_PARAMETER")""")
|
||||
body { "definedExternally" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user