Skip to content

Commit

Permalink
fix completions test (see #663)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Sep 10, 2024
1 parent df763e1 commit 047fc77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//// def method(p:[|/*marker8*/|]):
//// pass
////
//// def method(p, p2[|/*marker9*/|]):
//// def method(p, p21234[|/*marker9*/|]):
//// pass
//// def method(p, p2:[|/*marker10*/|]):
//// pass
Expand All @@ -37,7 +37,7 @@
//// def method(p:[|/*marker14*/|]):
//// pass
////
//// def method(p, p2[|/*marker15*/|]):
//// def method(p, p21234[|/*marker15*/|]):
//// pass
//// def method(p, p2:[|/*marker16*/|]):
//// pass
Expand Down

0 comments on commit 047fc77

Please sign in to comment.