mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
159 B
Swift
9 lines
159 B
Swift
// REQUIRES: syntax_parser_lib
|
|
// RUN: %swift-syntax-parser-test %s -dump-tree | %FileCheck %s
|
|
|
|
let x: a[i] & b
|
|
// CHECK: |x|
|
|
|
|
let x2: a & b[1]
|
|
// CHECK: |x2|
|