mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
295 B
Swift
6 lines
295 B
Swift
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s | %FileCheck %s
|
|
enum b:a{var f={static#^A^#
|
|
// FIXME: we shouldn't back the parser to the beginning of the line, it leads
|
|
// to ridiculous override completions like this.
|
|
// CHECK-NOT: Decl{{.*}}/Super
|