Basic support for Java and Kotlin annotations

This commit is contained in:
Andrey Breslav
2012-01-25 19:35:42 +04:00
parent a5bd1c069f
commit f8123e5fb3
4 changed files with 25 additions and 51 deletions
@@ -0,0 +1,7 @@
// +JDK
import java.lang.Deprecated as deprecated
Deprecated fun foo() {}
deprecated fun foo1() {}