This commit is contained in:
Zanie 2023-07-13 14:22:24 -05:00
parent 027db8f242
commit 323e1dd5f8

View file

@ -692,7 +692,7 @@ def func[**P](*args: P.args, **kwargs: P.kwargs):
def func[T, U: str, *Ts, **P]():
pass
";
insta::assert_debug_snapshot!(ast::Suite::parse(source, "<test>").unwrap());
insta::assert_debug_snapshot!(ast::Suite::parse(source, "<test>").unwrap());
}
#[test]