File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
swift/ql/test/library-tests/elements/expr/arithmeticoperation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
| arithmeticoperation.swift:10:6:10:10 | ... .%(_:_:) ... | BinaryArithmeticOperation, RemExpr |
6
6
| arithmeticoperation.swift:11:6:11:7 | call to -(_:) | UnaryArithmeticOperation, UnaryMinusExpr |
7
7
| arithmeticoperation.swift:12:6:12:7 | call to +(_:) | UnaryArithmeticOperation, UnaryPlusExpr |
8
- | arithmeticoperation.swift:15:8 :15:13 | ... .&+(_:_:) ... | AddExpr, BinaryArithmeticOperation |
9
- | arithmeticoperation.swift:16:8 :16:13 | ... .&-(_:_:) ... | BinaryArithmeticOperation, SubExpr |
10
- | arithmeticoperation.swift:17:8 :17:13 | ... .&*(_:_:) ... | BinaryArithmeticOperation, MulExpr |
8
+ | arithmeticoperation.swift:15:6 :15:11 | ... .&+(_:_:) ... | AddExpr, BinaryArithmeticOperation |
9
+ | arithmeticoperation.swift:16:6 :16:11 | ... .&-(_:_:) ... | BinaryArithmeticOperation, SubExpr |
10
+ | arithmeticoperation.swift:17:6 :17:11 | ... .&*(_:_:) ... | BinaryArithmeticOperation, MulExpr |
You can’t perform that action at this time.
0 commit comments