'suppress' annotation added to built-ins

#KT-3319 In Progress
This commit is contained in:
Andrey Breslav
2013-09-14 21:51:40 +04:00
parent 9fef0c8650
commit b98d05bd73
8 changed files with 12 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ public annotation class volatile : Annotation
public annotation class atomic : Annotation
public annotation class data : Annotation
public annotation class deprecated(value: String) : Annotation
public annotation class suppress(vararg names: String)
public fun <R> synchronized(lock: Any, block : () -> R) : R