Smart cast is performed now inside 'x as? Type ?: return' safe as / elvis combination #KT-10992 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package
|
||||
|
||||
public fun bar(/*0*/ arg: kotlin.Any?): kotlin.Unit
|
||||
public fun foo(/*0*/ arg: kotlin.Any?): kotlin.Unit
|
||||
public fun gav(/*0*/ arg: kotlin.Any?): kotlin.Unit
|
||||
Reference in New Issue
Block a user