mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
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
4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
package test
|
|
|
|
header fun foo(s: String): Array<CharSequence?>
|