Skip to content

Commit 152c8b5

Browse files
committed
Missed file
1 parent bc14ce7 commit 152c8b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// "Fix with 'asDynamic'" "false"
2+
// JS
3+
// ACTION: Convert to block body
4+
// ACTION: Move to companion object
5+
// ACTION: Remove explicit type specification
6+
// ERROR: Declaration of such kind (extension function) cant be external
7+
8+
external class A {
9+
fun A.<caret>bar(): Nothing = definedExternally
10+
}

0 commit comments

Comments
 (0)