Basic support for Java and Kotlin annotations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +JDK
|
||||
|
||||
import java.lang.Deprecated as deprecated
|
||||
|
||||
Deprecated fun foo() {}
|
||||
|
||||
deprecated fun foo1() {}
|
||||
Reference in New Issue
Block a user