Files
swift-mirror/test/multifile/Inputs/protocol-conformance/A.swift
Joe Groff b20694e4ef Move multifile regression test around based on Jordan's feedback.
In particular, move the inferior file into Inputs/ so that lit will ignore it.

Swift SVN r23489
2014-11-20 21:55:28 +00:00

6 lines
100 B
Swift

// https://devforums.apple.com/thread/254807?tstart=0
protocol A {
var aValue: Int { get set }
}