Added suppresses.

This commit is contained in:
Gleb Minaev 2022-07-04 04:02:08 +03:00
parent e89e4e19d3
commit e40977647d
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("NOTHING_TO_INLINE", "KotlinRedundantDiagnosticSuppress")
package space.kscience.kmath.test.misc
import space.kscience.kmath.functions.ListPolynomial

View File

@ -3,6 +3,8 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("NOTHING_TO_INLINE", "KotlinRedundantDiagnosticSuppress")
package space.kscience.kmath.test.misc
import space.kscience.kmath.misc.UnstableKMathAPI