forked from swiftlang/swift-syntax
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEmpty.swift
More file actions
15 lines (14 loc) · 723 Bytes
/
Empty.swift
File metadata and controls
15 lines (14 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
// The SwiftSyntax602 module is intentionally empty.
// It serves as an indicator which version of swift-syntax a package is building against.
// See the 'Macro Versioning.md' document for more details.