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