Replace deprecated lambda syntax in testData
It's done with similar constructions where possible trying to preserve intended behavior. Some usages are removed because they test exactly the feature that we are going to drop soon.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ fun test1(): Int {
|
||||
|
||||
fun test2(): Int {
|
||||
val inlineX = Inline(9)
|
||||
return inlineX.calcExt2({Int.() -> this}, 25)
|
||||
return inlineX.calcExt2({ -> this}, 25)
|
||||
}
|
||||
|
||||
fun test3(): Int {
|
||||
|
||||
Reference in New Issue
Block a user