Convert lambda to callable reference intention / inspection #KT-10903 Fixed
(cherry picked from commit b620099)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b5bdb070a0
commit
220141ab2b
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun foo(z: Int, y: Int = 0) = y + z
|
||||
|
||||
val x = { arg: Int <caret>-> foo(arg) }
|
||||
Reference in New Issue
Block a user