Files
kotlin-fork/idea/testData/quickfix/simplifyComparison/notNull.kt.after
T
2018-10-11 17:19:10 +03:00

6 lines
75 B
Plaintext
Vendored

// "Simplify comparison" "true"
fun foo(x: Int) {
bar()
}
fun bar() {}