Convert reference to lambda intention introduced #KT-13393 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
val x = { i: Int -> i.toString() }
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
val x = { i: Int -> i.toString() }
|
||||