Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test on 3.9
  • Loading branch information
JukkaL committed Oct 15, 2025
commit 72085d91169085b3ccdcf891f15f6f6fe62aa9f0
2 changes: 2 additions & 0 deletions test-data/unit/exportjson.test
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def concat(f: Callable[Concatenate[int, P], None], *args: P.args, **kwargs: P.kw
<not checked>

[case testExportDifferentNodes]
from __future__ import annotations

import typing

from typing import overload, TypeVar
Expand Down