agra
4f99fb0d85
fix(stdlib/E4): gate unqualified parameterized type heads non-transitively
...
attempt-3: extend the E4 single-hop bare-TYPE gate to parameterized type
HEADS (the constructor-head analog of the bare-leaf gate). Before this, the
head lookup hit the global struct_template_map / protocol_ast_map /
fn_ast_map *before* any source-aware visibility check, so a 2-flat-hop
imported generic struct/protocol/type-fn remained bare-visible (e.g.
`Box(s64)` when main imports only b.sx and b.sx imports c.sx).
- headTypeLeak: generic-struct / parameterized-protocol heads use the same
type-author single-hop model as the bare-leaf gate (moduleTypeAuthor +
flatTypeAuthorCount + localTypeInSource + nameAuthoredAsTypeAnywhere).
- headFnLeak: type-returning-function heads use single-hop function
visibility (isNameVisible), exempting scope-local mangled type-fns.
- Gated at every unqualified head site: resolveParameterizedWithBindings,
resolveTypeCallWithBindings, the scanDecls alias-decl dispatch (poisoning
the alias with .unresolved on leak), resolveArrayLiteralType, and the
generic-static-method call path. Namespaced (`ns.Box(..)`) heads are an
explicit qualified reach and stay exempt. Source-pinned instantiation
(E3/E4) is preserved, so library-internal heads still resolve where they
are visible.
Regression: examples/0764-modules-import-generic-head-non-transitive
(2-hop `Box(s64)` -> "type 'Box' is not visible", exit 1; direct #import
resolves). Fails-before on a250964 (printed 3), passes-after.
README: note the non-transitive rule covers parameterized type heads.
Gate: zig build 0, zig build test 0 (LSP 522, 423/423), run_examples
505/0, FFI 12xx/13xx/14xx green, 0706/0763/0544/0105 green & byte-identical,
m3te ios-sim build+launch exit 0.
2026-06-08 12:37:00 +03:00
..
2026-06-08 11:52:23 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-06 02:51:09 +03:00
2026-06-06 03:15:29 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:28:00 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 15:07:51 +03:00
2026-06-06 15:31:14 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:41:01 +03:00
2026-06-07 05:17:23 +03:00
2026-06-07 06:09:28 +03:00
2026-06-07 09:07:27 +03:00
2026-06-07 12:05:12 +03:00
2026-06-07 12:40:00 +03:00
2026-06-07 15:24:43 +03:00
2026-06-07 16:49:15 +03:00
2026-06-07 16:49:15 +03:00
2026-06-07 17:51:09 +03:00
2026-06-07 17:51:09 +03:00
2026-06-07 18:41:01 +03:00
2026-06-07 18:41:01 +03:00
2026-06-07 19:31:13 +03:00
2026-06-07 20:43:01 +03:00
2026-06-07 21:12:33 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 23:51:46 +03:00
2026-06-07 23:51:46 +03:00
2026-06-08 08:10:42 +03:00
2026-06-08 09:37:52 +03:00
2026-06-08 09:37:52 +03:00
2026-06-08 10:02:33 +03:00
2026-06-08 11:12:08 +03:00
2026-06-08 12:37:00 +03:00
2026-06-03 19:32:49 +03:00
2026-06-03 20:09:46 +03:00
2026-06-08 12:37:00 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 22:28:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:31:18 +03:00
2026-06-02 09:35:41 +03:00
2026-06-02 19:20:14 +03:00
2026-06-04 02:00:13 +03:00
2026-06-05 09:05:37 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-03 19:00:39 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-01 19:34:21 +03:00
2026-06-08 11:12:08 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 16:59:20 +03:00
2026-06-02 17:20:31 +03:00
2026-06-02 17:45:37 +03:00
2026-06-03 19:00:39 +03:00
2026-06-04 03:44:19 +03:00
2026-06-04 04:04:40 +03:00
2026-06-04 04:22:43 +03:00
2026-06-04 04:52:42 +03:00
2026-06-04 09:06:08 +03:00
2026-06-04 08:22:45 +03:00
2026-06-04 09:06:08 +03:00
2026-06-04 09:39:18 +03:00
2026-06-04 10:38:21 +03:00
2026-06-04 13:16:39 +03:00
2026-06-04 14:09:46 +03:00
2026-06-04 15:32:48 +03:00
2026-06-04 16:14:06 +03:00
2026-06-04 16:14:06 +03:00
2026-06-04 17:04:41 +03:00
2026-06-04 20:27:53 +03:00
2026-06-04 18:31:08 +03:00
2026-06-04 19:16:37 +03:00
2026-06-04 20:27:53 +03:00
2026-06-04 20:27:53 +03:00
2026-06-04 21:14:35 +03:00
2026-06-04 21:14:35 +03:00
2026-06-04 22:17:53 +03:00
2026-06-05 00:35:52 +03:00
2026-06-04 23:30:41 +03:00
2026-06-05 00:21:32 +03:00
2026-06-05 15:34:33 +03:00
2026-06-05 08:23:59 +03:00
2026-06-05 12:09:52 +03:00
2026-06-05 13:24:15 +03:00
2026-06-05 14:00:24 +03:00
2026-06-05 14:40:06 +03:00
2026-06-05 19:26:22 +03:00
2026-06-05 20:02:11 +03:00
2026-06-07 22:57:28 +03:00
2026-06-08 08:36:45 +03:00
2026-06-08 09:02:54 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-04 11:32:25 +03:00
2026-06-04 12:13:45 +03:00
2026-06-04 13:16:39 +03:00
2026-06-07 15:24:43 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:28:35 +03:00
2026-06-01 20:35:25 +03:00
2026-06-02 23:29:49 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-08 11:12:08 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-08 11:52:23 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-04 11:32:25 +03:00
2026-06-04 13:16:39 +03:00
2026-06-04 15:17:33 +03:00
2026-06-05 20:48:49 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-08 11:12:08 +03:00
2026-06-04 00:08:46 +03:00
2026-06-04 00:08:46 +03:00
2026-06-05 21:18:08 +03:00
2026-06-08 11:12:08 +03:00
2026-06-08 11:12:08 +03:00
2026-06-08 11:12:08 +03:00
2026-06-04 03:21:41 +03:00
2026-06-04 07:54:20 +03:00
2026-06-05 01:01:25 +03:00
2026-06-08 11:12:08 +03:00
2026-06-06 02:51:09 +03:00
2026-06-06 03:15:29 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 14:28:00 +03:00
2026-06-06 14:04:03 +03:00
2026-06-06 15:07:51 +03:00
2026-06-06 15:31:14 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:16:57 +03:00
2026-06-06 16:41:01 +03:00
2026-06-07 05:17:23 +03:00
2026-06-07 06:09:28 +03:00
2026-06-07 09:07:27 +03:00
2026-06-07 09:31:17 +03:00
2026-06-07 12:05:12 +03:00
2026-06-07 12:40:00 +03:00
2026-06-07 15:24:43 +03:00
2026-06-07 16:49:15 +03:00
2026-06-07 16:49:15 +03:00
2026-06-07 17:51:09 +03:00
2026-06-07 17:51:09 +03:00
2026-06-07 18:41:01 +03:00
2026-06-07 18:41:01 +03:00
2026-06-07 19:31:13 +03:00
2026-06-07 20:43:01 +03:00
2026-06-07 21:12:33 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 22:57:28 +03:00
2026-06-07 23:51:46 +03:00
2026-06-07 23:51:46 +03:00
2026-06-08 08:10:42 +03:00
2026-06-08 09:37:52 +03:00
2026-06-08 09:37:52 +03:00
2026-06-08 10:02:33 +03:00
2026-06-08 11:12:08 +03:00
2026-06-08 12:37:00 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-08 11:12:08 +03:00
2026-06-08 11:12:08 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:34:21 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-03 19:00:39 +03:00
2026-06-06 07:42:17 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 23:14:24 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 22:47:58 +03:00
2026-06-01 20:04:17 +03:00
2026-06-01 20:04:17 +03:00
2026-06-01 20:35:25 +03:00
2026-06-01 20:56:10 +03:00
2026-06-01 22:01:38 +03:00
2026-06-01 22:01:38 +03:00
2026-06-01 22:18:47 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 22:44:20 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 23:14:24 +03:00
2026-06-01 23:24:15 +03:00
2026-06-01 23:24:15 +03:00
2026-06-01 23:29:07 +03:00
2026-06-03 06:42:51 +03:00
2026-06-03 06:31:18 +03:00
2026-06-03 06:42:51 +03:00
2026-06-04 18:31:08 +03:00
2026-06-05 22:10:14 +03:00
2026-06-05 22:42:12 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 10:24:30 +03:00
2026-06-02 10:24:30 +03:00
2026-06-02 10:41:29 +03:00
2026-06-02 10:57:17 +03:00
2026-06-02 10:57:17 +03:00
2026-06-02 15:51:04 +03:00
2026-06-02 16:33:38 +03:00
2026-06-02 17:57:17 +03:00
2026-06-03 19:00:39 +03:00
2026-06-03 19:32:49 +03:00
2026-06-03 20:09:46 +03:00
2026-06-03 20:09:46 +03:00
2026-06-03 20:09:46 +03:00
2026-06-03 20:09:46 +03:00
2026-06-03 22:06:56 +03:00
2026-06-04 04:22:43 +03:00
2026-06-04 04:52:42 +03:00
2026-06-04 05:25:19 +03:00
2026-06-04 10:38:21 +03:00
2026-06-04 12:13:45 +03:00
2026-06-04 12:31:24 +03:00
2026-06-05 17:43:45 +03:00
2026-06-04 13:16:39 +03:00
2026-06-04 13:16:39 +03:00
2026-06-04 14:09:46 +03:00
2026-06-04 14:09:46 +03:00
2026-06-04 14:38:18 +03:00
2026-06-04 15:17:33 +03:00
2026-06-04 19:16:37 +03:00
2026-06-04 20:27:53 +03:00
2026-06-04 21:14:35 +03:00
2026-06-05 08:23:59 +03:00
2026-06-05 11:22:59 +03:00
2026-06-05 14:00:24 +03:00
2026-06-05 18:15:17 +03:00
2026-06-05 19:26:22 +03:00
2026-06-05 20:02:11 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:34:21 +03:00
2026-06-04 18:31:08 +03:00
2026-06-04 18:31:08 +03:00
2026-06-04 18:31:08 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-04 11:32:25 +03:00
2026-06-04 11:32:25 +03:00
2026-06-04 12:13:45 +03:00
2026-06-04 13:16:39 +03:00
2026-06-04 15:32:48 +03:00
2026-06-05 01:32:35 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-02 09:23:50 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00
2026-06-01 19:05:15 +03:00