Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
quickfix
/
nullables
/
removeRedundantNullable.kt
blob: e06372018ded1b98605bfd5feeae626423b6c407 [
file
]
// "Remove redundant '?'" "true"
fun main
(
args
:
Array
<
String
>)
{
val x
:
Int
??<
caret
>
=
15
}