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.
1 parent f9f50a6 commit 7012a05Copy full SHA for 7012a05
test/decl/class/actor/basic.swift
@@ -7,7 +7,6 @@ actor MyActor { }
7
class MyActorSubclass1: MyActor { }
8
// expected-error@-1{{actor types do not support inheritance}}
9
// expected-error@-2{{type 'MyActorSubclass1' cannot conform to the 'Actor' protocol}}
10
-// expected-error@-3{{non-final class 'MyActorSubclass1' cannot conform to 'Sendable'; use '@unchecked Sendable'}}
11
12
actor MyActorSubclass2: MyActor { } // expected-error{{actor types do not support inheritance}}
13
0 commit comments