googlesamples / googlesamples/android-custom-lint-rules
How can I check that UVariable is nullable type?
Open
- Dominant language
- Kotlin
- Stars
- 1k
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
I didnt find an answer for the question in the doc (https://googlesamples.github.io/android-custom-lint-rules/)
I want to check that variable is nullable type. For example:
an fun for `UVariable`:
```
fun isNullable(uVariable: UVariable): Boolean {
}
```
for `var value: Strings` should return false
for `var value: Strings?` should return true
Contributor guide
Assessment
This issue has not been assessed yet.