aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/unary_op.txt
blob: 203022e82967d013fbd983972cbc650f5eb6ebfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[27; 28) 'x': SomeType
[40; 197) '{     ...lo"; }': ()
[50; 51) 'b': bool
[54; 59) 'false': bool
[69; 70) 'c': bool
[73; 75) '!b': bool
[74; 75) 'b': bool
[85; 86) 'a': i128
[89; 92) '100': i128
[102; 103) 'd': i128
[112; 114) '-a': i128
[113; 114) 'a': i128
[124; 125) 'e': i32
[128; 132) '-100': i32
[129; 132) '100': i32
[142; 143) 'f': bool
[146; 153) '!!!true': bool
[147; 153) '!!true': bool
[148; 153) '!true': bool
[149; 153) 'true': bool
[159; 164) '-3.14': f64
[160; 164) '3.14': f64
[170; 172) '-x': [unknown]
[171; 172) 'x': SomeType
[178; 180) '!x': [unknown]
[179; 180) 'x': SomeType
[186; 194) '-"hello"': [unknown]
[187; 194) '"hello"': &str