We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14ce7 commit 152c8b5Copy full SHA for 152c8b5
idea/testData/quickfix/migration/jsExternal/nestedExtension01.kt
@@ -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