google / google/ksp

Bug: wrong annotation argument type can't be checked out.

Open
#1,163 3 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.