Which package(s) does this problem pertain to?
What are instructions we can follow to reproduce the issue?
import { loc, fmt } from '@ember/string';
loc("_Hello %@ %@", ["John", "Smith"]); // $ExpectType string 💥;
Now about that bug. What did you expect to see?
For the example above, I expected to be able to do something like this without prototype extensions enabled
loc("_Hello %@ %@", ["John", "Smith"]); // currently fails
related docs
Which package(s) does this problem pertain to?
What are instructions we can follow to reproduce the issue?
Now about that bug. What did you expect to see?
For the example above, I expected to be able to do something like this without prototype extensions enabled
related docs