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,14 +1,16 @@
package test
@HiddenDeclaration
@Deprecated("hidden", level = DeprecationLevel.HIDDEN)
fun hiddenFun(){}
fun notHiddenFun(){}
@HiddenDeclaration
@Deprecated("hidden", level = DeprecationLevel.HIDDEN)
var hiddenProperty: Int = 1
var notHiddenProperty: Int = 1
@HiddenDeclaration
@Deprecated("hidden", level = DeprecationLevel.HIDDEN)
val String.hiddenExtension: Int get() = 1
// ALLOW_AST_ACCESS