Fix tests after introducing exlcusions to default imports of kotlin.js package.

This commit is contained in:
Ilya Gorbunov
2017-01-28 09:18:48 +03:00
parent 33f3106157
commit 38b79a51d5
11 changed files with 24 additions and 10 deletions
+2
View File
@@ -1,3 +1,5 @@
// TARGET_BACKEND: JVM
operator fun Int.plus(a: Int?) = this + a!!
public open class PerfectNumberFinder() {