JS: replace noImpl with definedExternally in tests
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package q
|
||||
|
||||
external class Foo {
|
||||
// RUN:
|
||||
fun foo(s: Array<String>) = noImpl
|
||||
fun foo(s: Array<String>)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user