We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dd2cf7 + c2f6cc6 commit 02c26e7Copy full SHA for 02c26e7
test/Interop/Cxx/class/inheritance/Inputs/sub-types.h
@@ -1,8 +1,3 @@
1
-template <class From, class To>
2
-To __swift_interopStaticCast(From from) {
3
- return static_cast<To>(from);
4
-}
5
-
6
struct Base {
7
enum class EnumClass : char { eca = 2, ecb = 3, ecc = 4 };
8
enum Enum { ea, eb, ec };
0 commit comments