// RUN: %target-swift-ide-test -print-module -module-to-print=ClassTemplateWithEnumParameter -I %S/Inputs -source-filename=x -cxx-interoperability-mode=upcoming-swift | %FileCheck %s // CHECK: typealias WrappedEnum = Wrapper // CHECK: typealias WrappedEnumClass = Wrapper // CHECK: typealias WrappedTypedefEnum = Wrapper