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
// expected-warning @-1 {{module 'UnusedImport' is imported as 'public' from the same file; this 'package' access level will be ignored}}
146
150
147
151
packageimport UnusedPackageImport // expected-warning {{package import of 'UnusedPackageImport' was not used in package declarations}} {{1-9=}}
152
+
packageimport ExtendedPackageTypeImport
148
153
publicimport ImportNotUseFromAPI // expected-warning {{public import of 'ImportNotUseFromAPI' was not used in public declarations or inlinable code}} {{1-8=}}
149
154
publicimport ImportUsedInPackage // expected-warning {{public import of 'ImportUsedInPackage' was not used in public declarations or inlinable code}} {{1-7=package}}
150
155
@@ -243,6 +248,10 @@ public protocol Countable {
243
248
extensionExtended:Countable{ // expected-remark {{struct 'Extended' is imported via 'RetroactiveConformance'}}
244
249
}
245
250
251
+
extensionExtendedPackageType{ // expected-remark {{struct 'ExtendedPackageType' is imported via 'ExtendedPackageTypeImport'}}
0 commit comments