* Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.
| 6 | */ |
| 7 | |
| 8 | interface NotUsedButTakesUpLines { |
| 9 | a: number; |
| 10 | b: string; |
| 11 | } |
| 12 | |
| 13 | export function error() { |
| 14 | throw new Error(class="st">'This did not work!'); |
nothing calls this directly
no outgoing calls
no test coverage detected