[lang-ref] ( comment_single_line ) ( swift )
@Test func commentSingleLine() {
// //
let a = 1
// single line comment
// a += 1
#expect(a == 1)
}
@Test func commentSingleLine() {
// //
let a = 1
// single line comment
// a += 1
#expect(a == 1)
}