Hussein Yaqoobi
Hussein Yaqoobi

Reputation: 492

Why does Android Studio highlight some variables in white?

Some variables are highlighted in white since I use Kotlin code in Android Studio. Is this a warning?

screenshot of Kotlin in Android Studio with these highlights

Upvotes: 0

Views: 534

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401995

IDE highlights smart casts, you can disable it if you don't like it. It's not a warning.

smart cast

Upvotes: 2

Related Questions