Fix for KT-15027 J2K: Annotations are set on functions, but not on property accessors
#KT-15027 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
5071baf970
commit
73ea0e8460
+16
@@ -0,0 +1,16 @@
|
||||
@interface A {
|
||||
|
||||
}
|
||||
|
||||
@interface B {
|
||||
|
||||
}
|
||||
|
||||
public class U {
|
||||
@B
|
||||
public int i;
|
||||
|
||||
public U(@A int i) {
|
||||
this.i = i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user