Files
swift-mirror/validation-test/IDE/crashers_fixed/106-swift-moduledecl-lookupconformance.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
134 B
Swift

// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
protocol c{#^A^#class B<d,g:T>:c
class T