Files
kotlin-fork/compiler/testData/diagnostics/tests/resolve/callableReferenceInCST.txt
T
Pavel Kirpichenkov cf82efb49f [NI] Add missing diagnostic on callable references in fake calls
Unresolved reference diagnositc was not reported on callable references
returned from if or when expression because of additional block wrapper.

^KT-30953 Fixed
2019-11-26 11:02:25 +03:00

10 lines
374 B
Plaintext
Vendored

package
public fun testElvis(/*0*/ x: kotlin.Any?): kotlin.Unit
public fun testExclExcl(): kotlin.Unit
public fun testIf(/*0*/ x: kotlin.Any?): kotlin.Unit
public fun testIfWithBraces(/*0*/ x: kotlin.Any?): kotlin.Unit
public fun testTry(): kotlin.Unit
public fun testWhen(/*0*/ x: kotlin.Any?): kotlin.Unit
public fun testWhenWithBraces(/*0*/ x: kotlin.Any?): kotlin.Unit