mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
192 B
Swift
8 lines
192 B
Swift
// RUN: %target-swift-ide-test -code-completion -code-completion-token=COMPLETE -source-filename=%s
|
|
|
|
// https://github.com/apple/swift/issues/51072
|
|
|
|
extension UnknownTy {
|
|
var #^COMPLETE^#
|
|
}
|