Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/kt32358_2.txt
T
Pavel Kirpichenkov 3fcf3d6fea Add regression tests
KT-32358
2020-01-15 14:39:40 +03:00

8 lines
253 B
Plaintext
Vendored

package
public inline fun </*0*/ R> callIt(/*0*/ fn: () -> R): R
public inline fun </*0*/ R> callItContracted(/*0*/ fn: () -> R): R
CallsInPlace(fn, EXACTLY_ONCE)
public fun smartIt(/*0*/ p1: kotlin.String?, /*1*/ p2: kotlin.String?): kotlin.Unit