commit | dd7031044729d6d6ada44275605d3cacf1ba7e1d | [log] [tgz] |
---|---|---|
author | Svyatoslav Kuzmich <svyatoslav.kuzmich@jetbrains.com> | Fri Feb 24 17:18:59 2023 +0100 |
committer | Svyatoslav Kuzmich <svyatoslav.kuzmich@jetbrains.com> | Fri Feb 24 17:18:59 2023 +0100 |
tree | 0285a1367d4aa128a45431529bdb25acc510e34c | |
parent | a9dd7bfaa07931037ee7fe5edd9103e8df274a3c [diff] |
~ Suppress deprecation in diagnostics tests
diff --git a/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt b/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt index 7ae2cad..2314d7e 100644 --- a/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt +++ b/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt
@@ -1,3 +1,5 @@ +@file:Suppress("DEPRECATION") + @JsFun("() => {}") external fun topLevelExternalFun(): Unit