cf82efb49f
Unresolved reference diagnositc was not reported on callable references returned from if or when expression because of additional block wrapper. ^KT-30953 Fixed
10 lines
374 B
Plaintext
Vendored
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
|