Brian Knep

Results 3 issues of Brian Knep

``` public class C { public float foo => 1; public float bar => 2; } ``` Both of these give the following error: (ERROR (variable_declaration type: (predefined_type) (variable_declarator name:...

### Version emacs-plus@30 ### Make sure to follow these steps before submitting the issue - [X] run `brew update` and try to reproduce the issue again - [X] run `brew...

The current DepthEstimation example is written for 1.3.0-pre and won't compile on 1.4.0+. Please update it and the other examples. Thank you.