We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11f279 commit 08ccdecCopy full SHA for 08ccdec
tests/promises/typechecking/misc-linear-error-1.lsts
@@ -1,11 +1,6 @@
1
2
import lib/core/bedrock.lsts;
3
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]");
+let f(): Nil = (
+ if true then "";
11
);
0 commit comments