Bug: wrong annotation argument type can't be checked out.
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 3.5k
- Forks
- 415
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 53
Description
```
annotation class Annot(val s: String)
@Annot(1)
class AnnotCarrier
```
The provided annotation argument type is wrong, but the function ```KSNode.validate``` returns ```true``` when processing AnnotCarrier.
Contributor guide
Assessment
This issue has not been assessed yet.