Sign in
fuchsia
/
third_party
/
swift
/
5b6fab651b63976b2b59267d71ab182fd7344675
/
.
/
test
/
SIL
/
Parser
/
self.swift
blob: 77168a8ba98bbc33125edd4590454f7b7b38154f [
file
] [
log
] [
blame
]
// RUN: %target-swift-frontend %s -emit-silgen | %target-sil-opt
import
Swift
protocol P
{
func join
<
S
:
Sequence
where
S
.
Iterator
.
Element
==
Self
>(
elements
:
S
)
->
Self
}