Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
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
}