Files
kotlin-fork/compiler/testData/codegen/box
pyos cb505d1101 IR: keep capture sets the same when copying objects for tailrec funs
tailrec f(x: () -> T = { y }, y: T = ...) = f()

-- at the call we know that in `x` the observed value of `y` is `null`,
but the constructor should still have a single parameter.
2021-10-01 14:37:54 +02:00
..
2021-09-30 15:42:03 +03:00
2021-07-02 15:39:29 +03:00
2021-09-08 19:56:29 +03:00