Minor: "js.noImpl" -> "noImpl"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package foo
|
||||
|
||||
native
|
||||
val c: Any? = js.noImpl
|
||||
val c: Any? = noImpl
|
||||
|
||||
fun box(): Boolean {
|
||||
if (c != null) return false
|
||||
|
||||
Reference in New Issue
Block a user