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