Wrong result type for function of return type ast.TypeBool
Open
- Dominant language
- Go
- Stars
- 405
- Forks
- 32
- Avg merge
- 23h 7m
- Merged PRs (30d)
- 1
Description
Hi,
The following snippet doesn't return `ast.TypeBool` anymore:
https://play.golang.org/p/fc9xgAcIvp
Instead it returns:
```
Type: TypeString
Value: true
```
It should return `TypeBool`
Contributor guide
Assessment
This issue has not been assessed yet.