diff options
| author | mryouse | 2022-05-12 02:12:48 +0000 |
|---|---|---|
| committer | mryouse | 2022-05-12 02:12:48 +0000 |
| commit | d5d5e9c48a1583960ddb2db550e947926f9f869e (patch) | |
| tree | ec6029a7886204114091ca53249150e9158c07ec /tokens.py | |
| parent | d75ab6f5ef14cab3c2ad3841258656e217d36043 (diff) | |
type compare and Any type
Diffstat (limited to 'tokens.py')
| -rw-r--r-- | tokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ class NebAny(NebBaseType): def __init__(self, type_name, type_): super().__init__("any", NebType.ANY) -class NebLiteral(NebBaseType): +class NebLiteral(NebAny): def __init__(self, type_name, type_, value): super().__init__(type_name, type_) |
