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 a4484ff commit 766ec59Copy full SHA for 766ec59
test/DebugInfo/bbentry-location.swift
@@ -17,7 +17,7 @@ class ActionViewController
17
// CHECK: @rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
18
// Test that the location is reset at the entry of a new basic block.
19
// CHECK: ![[DBG]] = {{.*}}line: 0
20
- if itemProvider.hasItemConforming(toTypeIdentifier: "") {
+ if itemProvider.hasItemConformingToTypeIdentifier("") {
21
weak var weakImageView = self.imageView
22
itemProvider.loadItem(forTypeIdentifier: "", options: nil,
23
completionHandler: { (image, error) in
0 commit comments