Don't suggest adding replaceWith in DeprecationLevel.HIDDEN (#1094)
#KT-17917 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
<caret>@Deprecated("Use the other version", level=DeprecationLevel.HIDDEN)
|
||||
fun foo(a: Int) { foo(a) }
|
||||
|
||||
fun foo(a: Int, b: Int = 0) { ... }
|
||||
Reference in New Issue
Block a user