Redundant companion reference: fix false positive with Java synthetic property
#KT-33771 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
d72e55d1b7
commit
89180e2650
@@ -0,0 +1,4 @@
|
||||
public class Bar {
|
||||
public void setBar(String bar) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user