Home > Net >  Why Android Studio highlights some variables in white?
Why Android Studio highlights some variables in white?

Time:01-27

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

enter image description here

CodePudding user response:

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

smart cast

  •  Tags:  
  • Related