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
// CHECK: {{^}}second/foo.swift:102:1: warning: result of call to 'test(arg:)' is unused
21
+
// CHECK-NEXT: {{^}}test(arg: 2)
22
+
// CHECK-NEXT: {{^}}^ ~~~~~~~~
23
+
24
+
// CHECK: {{^}}first/foo.swift:100:3: warning: result of call to 'test(arg:)' is unused
25
+
// CHECK-NEXT: {{^}} test(arg: 1)
26
+
// CHECK-NEXT: {{^}} ^ ~~~~~~~~
27
+
28
+
// CHECK: {{^SOURCE_DIR[\//]test[/\\]ASTGen[\//]sourcelocation\.swift}}:4:25: warning: '#sourceLocation' directive produces '#fileID' string of 'MyMod/foo.swift', which conflicts with '#fileID' strings produced by other paths in the module
// CHECK: {{^SOURCE_DIR[\//]test[/\\]ASTGen[\//]sourcelocation\.swift}}:9:25: warning: '#sourceLocation' directive produces '#fileID' string of 'MyMod/foo.swift', which conflicts with '#fileID' strings produced by other paths in the module
0 commit comments