groostav
fun something(){ x as SomeSpecificType //even though the result of the cast isnt assigned to a variable //smart casting means you can treat `x` as an instance of SomeSpecificType }