mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In particular, move the inferior file into Inputs/ so that lit will ignore it. Swift SVN r23489
6 lines
100 B
Swift
6 lines
100 B
Swift
// https://devforums.apple.com/thread/254807?tstart=0
|
|
|
|
protocol A {
|
|
var aValue: Int { get set }
|
|
}
|