Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataFlowInfoTraversal
/
BinaryExpressionElvis.txt
blob: 0c33ee8e563b3a92eca368c3a861667329493862 [
file
]
package
public fun elvis(/*0*/ x: kotlin.Number?): kotlin.Int
public fun elvisWithRHSTypeInfo(/*0*/ x: kotlin.Number?): kotlin.Any?
public fun foo(/*0*/ x: kotlin.Int?): kotlin.Int