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
+5
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
J().<caret>setR(::test)
|
||||
}
|
||||
Reference in New Issue
Block a user