Use property access syntax: don't report when setter argument is lambda

#KT-30627 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-06-05 17:08:08 +09:00
committed by Dmitry Gridin
parent a3f8987255
commit 1c32941949
10 changed files with 65 additions and 0 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
fun test() {
J().<caret>setR(::test)
}