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