lua_semantics/statement/
functioncall.rs

1
2
/// function call statement.
pub type StmtFunctionCall = crate::ExprFunctionCall;