Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
expressions
/
unsafeCall3.kt.after
blob: 656198dc506f9db18169fdc2751a6d2b31cd9a9d [
file
]
// "Add non-null asserted (!!) call" "true"
fun foo
(
a
:
Int
?)
{
a
!!.
plus
(
1
)
}