class Bill
{
// TODO: Add methods
}
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # gen_snapshot IL + optimized disassembly dump (WITH --code-comments) for NativeSceneExporter._exportVector | |
| # Source: commit b7e8b87f701d7555455d48b5739638670e529374 (parent of fix d8e9be041), arm64, release AOT | |
| # Flutter 3.44.8 stable (engine 0cd610717b), macOS gen_snapshot_arm64 | |
| # Invocation: | |
| # executing: /opt/homebrew/Caskroom/flutter/3.32.6/flutter/bin/cache/artifacts/engine/darwin-x64-release/gen_snapshot_arm64 --deterministic --print-flow-graph-optimized --disassemble-optimized --print-flow-graph-filter=NativeSceneExporter._exportVector --code-comments --snapshot_kind=app-aot-macho-dylib --macho=/private/tmp/claude-501/-Users-amantinband-flutter-brilliant-client-brilliant/2780d7f3-dcee-4528-b1cd-000f94bb8a50/scratchpad/wt-63937-dump/client/brilliant/.dart_tool/flutter_build/93bc162f28219cecbe1456794a37c876/arm64/App.framework/App --macho-object=/private/tmp/claude-501/-Users-amantinband-flutter-brilliant-client-brilliant/2780d7f3-dcee-4528-b1cd-000f94bb8a50/scratchpad/wt-63937-dump/client/brilliant/.d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using OneOf; | |
| namespace Throw; | |
| /// <summary> | |
| /// The exception customizations. | |
| /// Contains a discriminated union of all possible exception customization options. | |
| /// </summary> | |
| public struct ExceptionCustomizations | |
| { |