提交 069f2e25 编写于 作者: R Ryuta Kamizono

`ast` is no longer to be `nil` since #33118

上级 9972d835
......@@ -56,7 +56,6 @@ def ast
end
def simulator
return if ast.nil?
@simulator ||= begin
gtg = GTG::Builder.new(ast).transition_table
GTG::Simulator.new(gtg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册