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