Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
$clone()
function for File
class case.
Previous `$clone()` function could not actually clone the `File` class typed instance because the `Blob` class typed if condition statement will block the `File` class typed case. This PR fixes the bug.
- Loading branch information