Don't suggest adding replaceWith in DeprecationLevel.HIDDEN (#1094)

#KT-17917 Fixed
This commit is contained in:
nd
2017-05-24 15:06:51 +02:00
committed by Dmitry Jemerov
parent 8d6d228bb8
commit cb5459b7d7
3 changed files with 25 additions and 3 deletions
@@ -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) { ... }