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