Highlighting variable called as function.

This commit is contained in:
Evgeny Gerashchenko
2013-01-14 21:50:30 +04:00
parent 8fbc71df8a
commit bbab0eebae
8 changed files with 45 additions and 5 deletions
@@ -5,5 +5,5 @@ deprecated("Use A instead") fun MyRunnable.invoke() {
fun test() {
val m = MyRunnable()
<info descr="'fun invoke()' is deprecated. Use A instead">m()</info>
<info descr="'fun invoke()' is deprecated. Use A instead"><info>m</info>()</info>
}