#KT-2981 Fixed Show deprecated items after not deprecated in completion list
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo1() {}
|
||||
deprecated("Use foo3 instead") fun foo2() {}
|
||||
fun foo3 {}
|
||||
|
||||
fun test() {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user