Missed file

This commit is contained in:
qx
2017-05-19 21:01:43 +03:00
parent bc14ce740a
commit 152c8b521e
@@ -0,0 +1,10 @@
// "Fix with 'asDynamic'" "false"
// JS
// ACTION: Convert to block body
// ACTION: Move to companion object
// ACTION: Remove explicit type specification
// ERROR: Declaration of such kind (extension function) cant be external
external class A {
fun A.<caret>bar(): Nothing = definedExternally
}