Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
null.kt.after
blob: 9d32efb67b0fda1fdebc80285ac5c8c711034283 [
file
] [
log
] [
blame
]
fun foo
(
x
:
Any
?)
{
if
(
x
==
null
)
{
<caret>
}
}