Support smart casts to Type after x as? Type null check #KT-4565 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package
|
||||
|
||||
public fun foo(/*0*/ a: kotlin.Any): kotlin.Unit
|
||||
public fun kotlin.String.indexOf(/*0*/ arg: kotlin.String): kotlin.Int
|
||||
public fun kotlin.String.toLowerCase(): kotlin.String
|
||||
Reference in New Issue
Block a user