Migrated from @HiddenDeclaration to @Deprecated(..., level = DeprecationLevel.HIDDEN)

This commit is contained in:
Andrey Breslav
2015-10-09 14:49:41 +03:00
parent 7663afb7e0
commit 8e7f6f3c8c
14 changed files with 88 additions and 120 deletions
@@ -1,6 +1,6 @@
package test
@HiddenDeclaration
@Deprecated("hidden", level = DeprecationLevel.HIDDEN)
fun hiddenFunFromSameFile(){}
fun String.foo() {