File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
server/src/e2e/tolk/testcases/completion Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ fun foo(value: int | slice) {
252522 int => {}
262622 slice => {}
272722 else => {}
28+ 14 Fill all cases...
2829
2930========================================================================
3031Match over type completion, union type 2
@@ -54,6 +55,7 @@ fun main(msg: AllowedMessageToMinter) {
545522 MintNewJettons => {}
555622 RequestWalletAddress => {}
565722 else => {}
58+ 14 Fill all cases...
5759
5860========================================================================
5961Match over type completion, union type, match with single arm
@@ -228,6 +230,7 @@ fun foo(value: Foo) {
228230------------------------------------------------------------------------
22923122 Foo => {}
23023222 else => {}
233+ 14 Fill all cases...
231234
232235========================================================================
233236Match over struct completion with single arm
You can’t perform that action at this time.
0 commit comments