Guest User

Untitled

a guest
May 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Now we can use the cast-method. Note that this won't generate a warning
  2. // because the return-type is inferred.
  3. List<MyClass> data = cast(legacyLibraryCall());
Add Comment
Please, Sign In to add comment