#KT-2981 Fixed Show deprecated items after not deprecated in completion list

This commit is contained in:
Natalia.Ukhorskaya
2012-10-23 13:21:59 +04:00
parent a79a31cf01
commit 37288a337b
4 changed files with 65 additions and 1 deletions
@@ -0,0 +1,7 @@
fun foo1() {}
deprecated("Use foo3 instead") fun foo2() {}
fun foo3 {}
fun test() {
<caret>
}