Adapting code completion to no annotations without "@"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo1() {}
|
||||
Deprecated("Use foo3 instead") fun foo2() {}
|
||||
@Deprecated("Use foo3 instead") fun foo2() {}
|
||||
fun foo3() {}
|
||||
|
||||
fun test() {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
class MyClassA
|
||||
Deprecated class MyClassB
|
||||
@Deprecated class MyClassB
|
||||
class MyClassC
|
||||
|
||||
fun foo(myCla<caret>)
|
||||
|
||||
Reference in New Issue
Block a user