Files
kotlin/compiler/testData/multiplatform/simpleNoImplKeywordOnTopLevelFunction/common.kt
Alexander Udalov 3bc8ca5913 Report "declaration should be marked with impl" when possible
Also support a quick fix to add 'impl' modifier (KT-18454), although it
doesn't work yet on classes because there's no error on them in the IDE

 #KT-18087 Fixed
 #KT-18452 Fixed
 #KT-18454
2017-08-25 15:35:05 +03:00

4 lines
62 B
Kotlin
Vendored

package test
header fun foo(s: String): Array<CharSequence?>