Fix undefined value

This commit is contained in:
Eric Vergnaud 2020-10-02 17:31:00 +08:00
parent e73f72be73
commit d3cc9ecc73
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class SingletonPredictionContext(PredictionContext):
class EmptyPredictionContext(SingletonPredictionContext):
def __init__(self):
super().__init__(None, self.EMPTY_RETURN_STATE)
super().__init__(None, PredictionContext.EMPTY_RETURN_STATE)
def isEmpty(self):
return True