Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt32792.txt
T
Ilya Chernikov a1acb4afaf Return correct PSI expression for EmptyLabeledReturn
Fixes diagnostic reporting for appropriate constraint error
#kt-32792 fixed
2020-01-27 10:10:44 +01:00

5 lines
103 B
Plaintext
Vendored

package
public fun main(): kotlin.Unit
public inline fun </*0*/ T> tryLambdas(/*0*/ lamb: () -> T): T