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
@@ -48,7 +47,7 @@ class File extends Container, Impl::File {
48
47
exists(AstNodenode,Locationloc|
49
48
notnodeinstanceofCommentand
50
49
notnodeinstanceofSourceFileand
51
-
notgetImmediateParent(node)instanceofSourceFileand// ignore top-level elements for now as we're getting their locations wrong when a comment is attached
50
+
notnodeinstanceofItemand// ignore Items for now as we're getting their locations wrong when a comment is attached
0 commit comments