backend/tests/external: Mute tests depending on Math
This commit is contained in:
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() {
|
||||
|
||||
Reference in New Issue
Block a user