Files
swift-mirror/SwiftCompilerSources/Sources/SIL/ASTExtensions.swift
Erik Eckstein 1545e01ab5 SIL: Let SubstitutionMap.replacementTypes return AST types rather than optional SIL types.
This is what the C++ SubstitutionMap does. One has to use `Type.loweredType` to get from the AST type to the SIL type.
2024-12-19 20:53:45 +01:00

2.2 KiB