Files
swift-mirror/validation-test/IDE/crashers_fixed/093-swift-valuedecl-getformalaccessscope.swift
Slava Pestov fdaa886065 Sema: Rework resolveTypeInContext()
Separate the "find the correct context" part from "substitute in the
base type" part. The former can go away completely after a bit of
refactoring.
2016-12-06 09:39:28 -08:00

4 lines
153 B
Swift

// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
func<{#^A^#protocol A{func<struct B
struct d<T where B:T>:A