Highlighting variable called as function.
This commit is contained in:
@@ -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>
|
||||
}
|
||||
Reference in New Issue
Block a user