[JS, Frontend] Add test with extension member in external interface
This commit is contained in:
committed by
TeamCityServer
parent
83c1a119ee
commit
eed23ddbe3
@@ -0,0 +1,9 @@
|
||||
// !LANGUAGE: +JsEnableExtensionFunctionInExternals
|
||||
|
||||
external interface Foo {
|
||||
fun foo(): String.() -> Unit
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user