-
The contents of `do` in the following code should be parsed as a sequence of let expression and x, but it's parsed as let expression in sequence of the sum and x.
```fsharp
do
let x = 1 in x …
-
For example:
```C#
public static void MethodWithSingleAnnotatedParameter (
[DynamicallyAccessedMembers (DynamicallyAccessedMemberTypes.PublicMethods)] Type type)
{ }
static void …
-
Most languages make their blocks inside functions, classes, etc visible.
- `end`: Lua, Ruby (this was changed recently [issue](https://github.com/tree-sitter/tree-sitter-ruby/issues/217)/[PR](https…
-
### Description
I am scanning a textual version of https://licenses.nuget.org/BSD-3-Clause and I'm getting a proprietary-license hit!
### How To Reproduce
Scan Text File:
```
BSD 3-Clause "…
-
Consider the following program:
```
package pkg
import (
"iter"
)
func trivialIterator() iter.Seq[int] {
return func(yield func(int) bool) {
yield(0)
}
}
func consumer() {
fo…
-
I got multiple of these with different stack traces
```
java.lang.StackOverflowError
at com.intellij.psi.impl.source.PsiFileImpl.getGreenStubTree(PsiFileImpl.java:967)
at com.intellij.psi.impl.s…
-
BSD licenses commonly have a non-endorsement clause prohibit to use the holder name. It would be great to:
1. Have a way to tag the text or text region as being a holder name, either tagging the name…
-
12.7.1 contains:
> Certain lambda expressions cannot be converted to expression tree types: Even though the conversion exists, it fails at compile-time. This is the case if the lambda expression:
> -…
-
### Description
It seems that native byte comparison operators are automatically hijacked and implicitly turned into conversions to int32 and use of corresponding operators.
I can understand that th…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…