"Add non-null asserted (!!) call": Fix for array access expression (KT-27071)
^KT-27071 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Add non-null asserted (!!) call" "true"
|
||||
|
||||
fun foo(a: Array<String?>): String {
|
||||
return a[0]!!
|
||||
}
|
||||
Reference in New Issue
Block a user