Convert reference to lambda intention introduced #KT-13393 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
class Person(val name: String)
|
||||
|
||||
val x = listOf("Jack", "Tom").map { Person(it) }
|
||||
Reference in New Issue
Block a user