blob: 1303343ca93ad7e15e29867216683c72d11cc3c7 [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=COMPLETE -source-filename=%s
public func * (lhs: Int, rhs: Character) -> String {
return String(repeating: String(rhs), count #^COMPLETE^#: lhs)
}