Skip to content

Commit

Permalink
[swift] Add dependencies to Foundation and UIKit to test that our too…
Browse files Browse the repository at this point in the history
…lchain supports this

Reviewed By: ngorogiannis

Differential Revision: D69524473

fbshipit-source-id: b2e3094d3b1f64a580ca8b9922d332c314750de6
  • Loading branch information
dulmarod authored and facebook-github-bot committed Feb 12, 2025
1 parent 31e1aea commit c5a28ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infer/tests/codetoanalyze/swift/frontend/hello.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Foundation
import UIKit

func main() {
print("Hello, World!")
}

0 comments on commit c5a28ed

Please sign in to comment.