Skip to content

Commit

Permalink
Add temporary sendable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Jan 27, 2024
1 parent bf1ece8 commit 426dd6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Sources/Layout/Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ public final class Layout { // swiftlint:disable:this type_body_length
addItems(items)
}

internal func foo() {
class Foo {}
let foo: Foo = .init()
DispatchQueue.global().async {
print(foo)
}
}

// MARK: - Adding Items

/// Adds items to the layout.
Expand Down

0 comments on commit 426dd6b

Please sign in to comment.