mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
5 lines
256 B
Swift
5 lines
256 B
Swift
// {"kind":"complete","signature":"Extension must have already been bound"}
|
|
// RUN: not --crash %target-swift-ide-test -code-completion --code-completion-token=COMPLETE -code-completion-diagnostics -source-filename %s
|
|
extension a [ { func b {
|
|
#^COMPLETE^#
|