KT-10631 Consider creating a synthetic property even when the setter returns 'this'
#KT-10631 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public interface JavaInterface {
|
||||
Object getSomething();
|
||||
JavaInterface setSomething(Object value);
|
||||
}
|
||||
Reference in New Issue
Block a user