Hi all. I'm using Android Studio 2.2.3 + Kotlin 1....
# intellij
g
Hi all. I'm using Android Studio 2.2.3 + Kotlin 1.0.5 + RxJava. And I'm getting this strange behaviour with syntax highlighting: all standard RX method calls, like
map
,
flatMap
&
filter
are rendered in italic - which means they're treated as extension methods - even though they're just normal instance `Observable`'s methods. Anyone else experiencing this? Or is this intentional, or is there already a bug for this?