Fix completion order & presentation wrt to DeprecatedSinceKotlin
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
@Suppress("DEPRECATED_SINCE_KOTLIN_OUTSIDE_KOTLIN_SUBPACKAGE")
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.9")
|
||||
@DeprecatedSinceKotlin(warningSince = "999.999")
|
||||
fun f(x: Int) {}
|
||||
|
||||
fun d(x: Int) {
|
||||
|
||||
Reference in New Issue
Block a user