I have the following code:
private static bar() { const s = new Set(); foo(s); } private static foo( s: unknown ) { s.add("123"