Skip to content

Commit 1d1e10a

Browse files
committed
[NFC] stdlib: Separate type decl from members.
1 parent f336ada commit 1d1e10a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/public/core/CommandLine.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ internal func _swift_stdlib_getUnsafeArgvArgc(_: UnsafeMutablePointer<Int32>)
2020

2121
/// Command-line arguments for the current process.
2222
@frozen // namespace
23-
public enum CommandLine {
23+
public enum CommandLine {}
24+
25+
extension CommandLine {
2426
/// The backing static variable for argument count may come either from the
2527
/// entry point or it may need to be computed e.g. if we're in the REPL.
2628
@usableFromInline

0 commit comments

Comments
 (0)