Fix a typo in an error message

This commit is contained in:
Anton Bannykh
2020-02-18 15:00:41 +03:00
parent a01e66a618
commit f20ed39b92
4 changed files with 4 additions and 4 deletions
@@ -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