Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/tsgo
/
Class
testdata/tests/effect-v3/extendsNativeError.ts:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
// Flagged: via alias
8
const
E = Error
9
class
MyError2 extends E {}
10
11
// Not flagged: indirect (extends a subclass of Error)
12
class
Base extends Error {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected