You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classSub:Base{} // expected-error {{cannot inherit from class 'Base' (compiled with Swift 5.4) because it has overridable members that could not be loaded in Swift 4.1.50}}
20
-
classImpl:Proto{} // expected-error {{type 'Impl' cannot conform to protocol 'Proto' (compiled with Swift 5.4) because it has requirements that could not be loaded in Swift 4.1.50}}
19
+
classSub:Base{} // expected-error {{cannot inherit from class 'Base' (compiled with Swift 5.4.2) because it has overridable members that could not be loaded in Swift 4.1.50}}
20
+
classImpl:Proto{} // expected-error {{type 'Impl' cannot conform to protocol 'Proto' (compiled with Swift 5.4.2) because it has requirements that could not be loaded in Swift 4.1.50}}
0 commit comments