1b715ab253
^KT-27071 Fixed
5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
// "Add non-null asserted (!!) call" "true"
|
|
|
|
fun foo(a: Array<String?>): String {
|
|
return <caret>a[0]
|
|
} |