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