blob: b2f2d2e4410ddaee7c1cbfbc592626d44000b73b [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/requirement-signature.swift
func run<CO: ConnectableObservableType, O>(co: CO, o: O) {
co.subscribe(o)
}