Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
addExclExclCall
/
operationIn.kt
blob: c9d98be033be7c96c4078fd1b8f0620e53ff0c40 [
file
] [
log
] [
blame
]
// "Add non-null asserted (!!) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
List
<
String
>?)
{
"x"
<caret>
in
a
}