Convert reference to lambda intention introduced #KT-13393 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(y: Int) = y
|
||||
|
||||
val x = <caret>::foo
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun foo(y: Int) = y
|
||||
|
||||
val x = <caret>::foo
|
||||