Add 'DeprecationLevel' parameter to 'Deprecated'

This commit is contained in:
Yan Zhulanow
2015-10-05 18:04:38 +03:00
parent fd3c28c950
commit d90585624f
31 changed files with 165 additions and 128 deletions
@@ -4,4 +4,4 @@ package foo
import kotlin.Deprecated as D
// REF: (in kotlin.Deprecated).Deprecated(kotlin.String,kotlin.ReplaceWith)
// REF: (in kotlin.Deprecated).Deprecated(kotlin.String,kotlin.ReplaceWith,kotlin.DeprecationLevel)