Skip to content

Commit 38050e5

Browse files
committed
[CodeCompletion] Remove invalid using namespace in PossibleParamInfo.h
1 parent 8340abd commit 38050e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/swift/IDE/PossibleParamInfo.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
#include "swift/AST/Types.h"
1717

18-
using namespace swift;
18+
namespace swift {
19+
namespace ide {
1920

2021
struct PossibleParamInfo {
2122
/// Expected parameter.
@@ -34,4 +35,7 @@ struct PossibleParamInfo {
3435
};
3536
};
3637

38+
} // end namespace ide
39+
} // end namespace swift
40+
3741
#endif // SWIFT_IDE_POSSIBLEPARAMINFO_H

0 commit comments

Comments
 (0)