Fix a typo in an error message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
// ERROR: Declaration of such kind (extension function) cant be external
|
||||
// ERROR: Declaration of such kind (extension function) can't be external
|
||||
|
||||
external class B {
|
||||
@nativeGetter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
// ERROR: Declaration of such kind (extension function) cant be external
|
||||
// ERROR: Declaration of such kind (extension function) can't be external
|
||||
|
||||
external class B {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// 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
|
||||
// ERROR: Declaration of such kind (extension function) can't be external
|
||||
|
||||
external class A {
|
||||
fun A.<caret>bar(): Nothing = definedExternally
|
||||
|
||||
Reference in New Issue
Block a user