Use property access syntax: don't report when setter argument is lambda
#KT-30627 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
a3f8987255
commit
1c32941949
+4
@@ -0,0 +1,4 @@
|
||||
public class J {
|
||||
public Runnable getR() { return null; }
|
||||
public void setR(Runnable r) {}
|
||||
}
|
||||
Reference in New Issue
Block a user