Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
simplifyComparison
/
nullOrNotNull.kt.after
blob: 42766ba832bf983d7c2dc333e8b716226bfc053f [
file
] [
log
] [
blame
]
// "Simplify comparison" "true"
fun foo
(
x
:
Int
)
{
if
(
true
)
{
}
}