New J2K: do not create erroneous conversion from Java accessors to property
#KT-38004 fixed
This commit is contained in:
@@ -2,6 +2,6 @@ package test;
|
||||
|
||||
class JavaClass {
|
||||
void foo(AAA a) {
|
||||
a.x = a.x + 1;
|
||||
a.setX(a.getX() + 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user