8525b4932b
Difference from FE1.0 * KT-4285: calls to virtual method with default argument should be reported as not tailrec. FE1.0 is missing such cases. * KT-48600: calls inside lambda should be reported as not tailrec. FE1.0 also misses such cases.
8 lines
166 B
Plaintext
Vendored
8 lines
166 B
Plaintext
Vendored
package
|
|
|
|
public tailrec fun foo1(): kotlin.Unit
|
|
public tailrec fun foo2(): kotlin.Unit
|
|
public tailrec fun foo3(): kotlin.Unit
|
|
public tailrec fun foo4(): kotlin.Unit
|
|
|