File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed
ql/test/query-tests/diagnostics Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 1
1
| src/not_ruby.rb:5:25:5:26 | parse error | Extraction failed in src/not_ruby.rb with error parse error | 2 |
2
- | src/unsupported_feature.rb:2:18:2:20 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
3
- | src/unsupported_feature.rb:3:13:3:15 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
4
- | src/unsupported_feature.rb:6:15:6:17 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
5
- | src/unsupported_feature.rb:7:20:7:22 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
2
+ | src/unsupported_feature.rb:1:6:2:11 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
Original file line number Diff line number Diff line change 1
- class Foo
2
- def initialize ( ...)
3
- do_init ( ...)
4
- end
5
-
6
- def do_init ( ...)
7
- really_do_init ( ...)
8
- end
9
-
10
- def really_do_init ( bar , baz :, &block )
11
- puts bar
12
- puts baz
13
- block . call
14
- end
15
- end
16
-
17
- Foo . new ( "hello" , baz : "world" ) { || puts "!" }
1
+ case foo
2
+ in 3 then 5
3
+ end
You can’t perform that action at this time.
0 commit comments