mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Migrate testdata to new lambda syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun test() {
|
||||
1.{Int.() -> 2}()
|
||||
1.(fun Int.() = 2)()
|
||||
}
|
||||
|
||||
// 1 invoke \(I\)I
|
||||
Reference in New Issue
Block a user