Files
swift-mirror/test/Interop/Cxx/foreign-reference/inheritance.swift
Gabor Horvath d254e83376 [cxx-interop] Fix not importing return type for certain functions
C++ namespaces are imported as enums. The importer triggered different
code path for functions in C++ namespaces and functions in the global
scope. As a result, we occasionally did not import the return type of
certain C++ functions in namespace scope.
2025-04-03 18:12:36 +01:00

6.5 KiB