We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6816191 commit 74e7da7Copy full SHA for 74e7da7
compiler/qsc_frontend/src/typeck/tests.rs
@@ -4695,22 +4695,3 @@ fn field_access_not_ident() {
4695
"##]],
4696
);
4697
}
4698
-
4699
-#[test]
4700
-// ref issue #2153
4701
-fn struct_syntax_single_field() {
4702
- check(
4703
- indoc! {"
4704
- namespace A {
4705
- struct B { C : Int }
4706
- function Foo() : Unit {
4707
- let b = B(5);
4708
4709
- }
4710
4711
- "},
4712
- "",
4713
- &expect![[r##"
4714
- "##]],
4715
- );
4716
-}
0 commit comments