- Notifications
You must be signed in to change notification settings - Fork173
Open
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 forUVariable:
fun isNullable(uVariable: UVariable): Boolean {}forvar value: Strings should return false
forvar value: Strings? should return true
Metadata
Metadata
Assignees
Labels
No labels