Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataFlowInfoTraversal
/
BinaryExpressionElvis.txt
blob: 0c33ee8e563b3a92eca368c3a861667329493862 [
file
] [
log
] [
blame
]
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