Implementation of Kotlin's 'target' annotation mapping to Java's 'Target' annotation + tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
class My {
|
||||
@field int prop;
|
||||
|
||||
@field int get() { return prop; }
|
||||
}
|
||||
Reference in New Issue
Block a user