Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
nullables
/
unsafeInfixCall
/
unsafeGet.kt
blob: a39b9af97b99cd8dcb5d5c88701b6ecbbe35a3b9 [
file
] [
log
] [
blame
]
// "Replace with safe (?.) call" "true"
operator
fun
Int
.
get
(
row
:
Int
,
column
:
Int
)
=
this
fun foo
(
arg
:
Int
?)
=
arg
<caret>
[
42
,
13
]