Inline function: handle callable references through lambdas
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
fun foo(x: Int) = x
|
||||
|
||||
val y = ::<caret>foo
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
|
||||
fun foo(x: Int) = x
|
||||
|
||||
val y = ::<caret>foo
|
||||