Simplify diagnostic message for ACTUAL_MISSING

#KT-21939 Fixed
This commit is contained in:
Alexander Udalov
2018-01-08 14:34:28 +01:00
parent 1530fbee1b
commit 8c6b140865
8 changed files with 8 additions and 8 deletions
@@ -5,6 +5,6 @@ Output:
-- JVM --
Exit code: COMPILATION_ERROR
Output:
compiler/testData/multiplatform/simpleNoImplKeywordOnTopLevelFunction/jvm.kt:3:5: error: declaration should be marked with 'actual' (suppress with -Xno-check-actual)
compiler/testData/multiplatform/simpleNoImplKeywordOnTopLevelFunction/jvm.kt:3:5: error: declaration must be marked with 'actual'
fun foo(s: String): Array<CharSequence?> = arrayOf(s)
^