We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ad6f73 + 906567c commit 8a18a7dCopy full SHA for 8a18a7d
CHANGELOG.md
@@ -39,7 +39,7 @@ Swift 4.0
39
40
class Wall : Canvas, Paintable {
41
func paint() { ... }
42
- }```
+ }
43
44
func render(_: Canvas & Paintable) { ... }
45
test/Interpreter/subclass_existentials.swift
@@ -163,8 +163,6 @@ SubclassExistentialsTestSuite.test("Metadata instantiation") {
163
expectFalse(((Base<Int>) & Q).self == (Q & (Base<Int>) & AnyObject).self)
164
}
165
166
-// FIXME: Not implemented yet
167
-
168
SubclassExistentialsTestSuite.test("Metadata to string") {
169
expectEqual("Base<Int> & P", String(describing: ((Base<Int>) & P).self))
170
expectEqual("Base<Int> & P & Q", String(describing: ((Base<Int>) & P & Q).self))
0 commit comments