Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0fcd4e6dcdc03f4e54f9f62ca719cf2c1663f97e
/
.
/
e2e
/
ts_library
/
foobar
/
conflict.d.ts
blob: ac24e9a4f85714f6a0ae10a0ffc8fc6707f41963 [
file
]
// Test that we can declare an interface named Client
// which would conflict with typescript/lib/lib.webworker.d.ts if that
// lib was included but should work if that lib is not
declare
class
Client
{
id
:
string
;
}