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