| 1 | // Flags: --experimental-quic --experimental-stream-iter --no-warnings |
| 2 | |
| 3 | // Test: Symbol.asyncDispose only fails if writable side not ended. |
| 4 | // If the writer was already ended (via endSync/end), asyncDispose |
nothing calls this directly
no test coverage detected