// RUN: %empty-directory(%t) // RUN: %target-swift-frontend -emit-module -emit-module-path %t/ShadowsStringProcessing.swiftmodule -module-name ShadowsStringProcessing %S/Inputs/ShadowsStringProcessing.swift -disable-availability-checking // RUN: %target-typecheck-verify-swift -I %t -disable-availability-checking import ShadowsStringProcessing func f(_ t : Regex) -> Bool { return t.someProperty == "123" } func g(_: _StringProcessing.Regex) {}