[FIR JS] Add more tests for JS_NAME_CLASH diagnostic
^KT-61862 Related
This commit is contained in:
committed by
Space Team
parent
98fdaeb9a7
commit
f07028959d
@@ -0,0 +1,6 @@
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
import kotlin.js.Promise
|
||||
|
||||
public class MyPromise(executor: ((Unit) -> Unit, (Throwable) -> Unit) -> Unit) : Promise<Unit>(executor)
|
||||
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user