JS: update backend tests to respect new front-end rules for external declarations
This commit is contained in:
@@ -1 +1 @@
|
||||
external public fun parseInt(s: String, radix: Int = 10): Int = noImpl
|
||||
external public fun parseInt(s: String, radix: Int = noImpl): Int = noImpl
|
||||
Reference in New Issue
Block a user