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