==== tests/cases/compiler/unknownTypeArgOnCall.ts (1 errors) ==== class Foo { public clone() { return null; } } var f = new Foo(); var r = f.clone() ~~~~~ !!! Cannot find name 'Uhhhh'.