# Experimental Solidity quirks to deal with eventually ## Syntax issues - Documenting AST nodes with with `forall` quantifier without putting the NatSpec between the wrapped node. Currently the following is not recognized as the documentation for the function and applies just to the quantifier node: ```solidity /// @return Value Some value. forall (T) function foo() -> T {} ```