You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,7 +84,7 @@ final protected function buildPath(TLContext $tl): array
84
84
finalpublicfunctiongetType(TLContext$tl): string
85
85
{
86
86
$path = $this;
87
-
if ($pathinstanceofExtractFromHereOp) {
87
+
if ($pathinstanceofCopyOp) {
88
88
Assert::eq($tl->position, $path->path[0][0], "getTypeAtPosition: Current constructor {$tl->position} does not match expected constructor {$path->path[0][0]}");
0 commit comments