Skip to content

Commit 08ccdec

Browse files
committed
minimal test case
1 parent c11f279 commit 08ccdec

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11

22
import lib/core/bedrock.lsts;
33

4-
let f(tokens: List<Token>, cls: String): List<Token> = (
5-
tokens
6-
);
7-
8-
let g(tokens: List<Token>): Nil = (
9-
let initializer = (Some(0), Some(0));
10-
if initializer.first.is-none then f(tokens, "[Initializer]");
4+
let f(): Nil = (
5+
if true then "";
116
);

0 commit comments

Comments
 (0)