Get rid of annotation syntax deprecation related things

This commit is contained in:
Denis Zharkov
2015-06-09 15:25:46 +03:00
parent 200dee2761
commit 26864a4407
24 changed files with 0 additions and 360 deletions
-3
View File
@@ -1,9 +1,6 @@
trait Foo {
}
[deprecated("boo")] fun bar() {}
enum class E {
First Second
}
-3
View File
@@ -3,9 +3,6 @@ import kotlin.reflect.KClass
interface Foo {
}
@deprecated("boo") fun bar() {}
enum class E {
First, Second
}