Files
swift-mirror/test/Interop/Cxx/class/class-protocol-name-clash.swift
zoecarver 839839f924 [cxx-interop] Rename enable-cxx-interop -> enable-experimental-cxx-interop.
Also removes the driver flag, this will now also always be guarded on `-Xfrontend`.
2022-04-07 19:15:25 -07:00

8 lines
180 B
Swift

// RUN: %target-swift-frontend %s -c -enable-experimental-cxx-interop -I %S/Inputs
//
// REQUIRES: objc_interop
import ClassProtocolNameClash
class Subclass : TheClashingName {}