class Syntax { fun check(statements: MutableList>>): Boolean { print(statements) return true } }