We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c6d5db + d4258ea commit 6fe28bdCopy full SHA for 6fe28bd
crates/analyzer/src/handlers/check_function.rs
@@ -78,9 +78,7 @@ impl<'a> VerylGrammarTrait for CheckFunction<'a> {
78
return Ok(());
79
}
80
81
- dbg!(&x.expression_identifier);
82
if let Ok(symbol) = symbol_table::resolve(x.expression_identifier.as_ref()) {
83
- dbg!(&symbol);
84
let arity = if let ResolveSymbol::Symbol(symbol) = symbol.found {
85
if let SymbolKind::Function(x) = symbol.kind {
86
Some(x.ports.len())
0 commit comments