Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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