Fix tests after introducing exlcusions to default imports of kotlin.js package.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
operator fun Int.plus(a: Int?) = this + a!!
|
||||
|
||||
public open class PerfectNumberFinder() {
|
||||
|
||||
Reference in New Issue
Block a user