backend/tests/external: Mute tests depending on Math

This commit is contained in:
Svyatoslav Scherbina
2017-03-10 11:59:12 +07:00
committed by SvyatoslavScherbina
parent 9e58f884d3
commit 7f72c1c037
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: NATIVE
operator fun Int.plus(a: Int?) = this + a!!
public open class PerfectNumberFinder() {