File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ fn wonky_assignments_class() -> Class {
95
95
) ) ,
96
96
Type :: Bool ,
97
97
) ) ) ,
98
- Type :: Bool , //TODO: should be Void
98
+ Type :: Bool ,
99
99
) ,
100
100
TypedStmt (
101
101
Box :: new( LocalVarDecl ( Type :: Int , "i" . to_string( ) ) ) ,
@@ -125,7 +125,7 @@ fn wonky_assignments_class() -> Class {
125
125
) ) ,
126
126
Type :: Int ,
127
127
) ) ) ,
128
- Type :: Int , // TODO: should be Void
128
+ Type :: Int ,
129
129
) ,
130
130
TypedStmt (
131
131
Box :: new( LocalVarDecl ( Type :: Int , "k" . to_string( ) ) ) ,
@@ -139,7 +139,7 @@ fn wonky_assignments_class() -> Class {
139
139
) ) ,
140
140
Type :: Int ,
141
141
) ) ) ,
142
- Type :: Int , //TODO: should be Void
142
+ Type :: Int ,
143
143
) ,
144
144
TypedStmt (
145
145
Box :: new( StmtExprStmt ( TypedStmtExpr (
@@ -177,7 +177,7 @@ fn wonky_assignments_class() -> Class {
177
177
) ) ,
178
178
Type :: Bool ,
179
179
) ) ) ,
180
- Type :: Bool , //TODO: should be Void
180
+ Type :: Bool ,
181
181
) ,
182
182
TypedStmt (
183
183
Box :: new( If (
@@ -192,9 +192,9 @@ fn wonky_assignments_class() -> Class {
192
192
Some ( Box :: new( TypedStmt (
193
193
Box :: new( Return ( TypedExpr (
194
194
Box :: new( LocalVar ( "k" . to_string( ) ) ) ,
195
- Type :: Int , //TODO: Bool?
195
+ Type :: Int ,
196
196
) ) ) ,
197
- Type :: Int , // TODO: Bool?
197
+ Type :: Int ,
198
198
) ) ) ,
199
199
) ) ,
200
200
Type :: Int ,
You can’t perform that action at this time.
0 commit comments