impl Analyser
1 parent bff717b commit 1bb3563Copy full SHA for 1bb3563
1 file changed
‎ndc_lib/src/interpreter/semantic/analyser.rs‎
@@ -22,9 +22,7 @@ impl Analyser {
22
pub fn restore(&mut self, checkpoint: ScopeTree) {
23
self.scope_tree = checkpoint;
24
}
25
-}
26
27
-impl Analyser {
28
pub fn analyse(
29
&mut self,
30
ExpressionLocation { expression, span }: &mut ExpressionLocation,
0 commit comments