JS: replace noImpl with definedExternally in tests
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ external class C {
|
||||
@nativeSetter
|
||||
fun foo(d: Double, v: Any): Any
|
||||
@nativeSetter
|
||||
fun bar(d: Double, v: Any): Any = noImpl
|
||||
fun bar(d: Double, v: Any): Any = definedExternally
|
||||
}
|
||||
Reference in New Issue
Block a user