chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
namespace Examples.testing{
[Guid("9eab73c1-bcca-4a10-8af8-7aa13649a9b6")]
internal sealed class PointTests : Instance<PointTests>
{
[Output(Guid = "a0f103c6-1d04-4391-97d7-2b9651bad1c3")]
public readonly Slot<string> Result = new Slot<string>();
}
}