Highlight references to deprecated things accordingly
#KT-2925 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class MyRunnable() {}
|
||||
|
||||
Deprecated fun MyRunnable.invoke() {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val m = MyRunnable()
|
||||
<info descr="'fun invoke()' is deprecated">m()</info>
|
||||
}
|
||||
Reference in New Issue
Block a user