mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +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
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
package test
|
|
|
|
fun foo(s: String): Array<CharSequence?> = arrayOf(s)
|