Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInClosureOff.txt
T
Mikhail Glukhikh a086863561 Preliminary: support smart casts on variables in closures
No feature support yet
So #KT-14486 In Progress
2017-08-16 12:33:52 +03:00

5 lines
118 B
Plaintext
Vendored

package
public fun foo(/*0*/ s: kotlin.String?): kotlin.Unit
public fun run(/*0*/ f: () -> kotlin.Unit): kotlin.Unit