Files
swift-mirror/validation-test/compiler_crashers_2_fixed/0178-rdar-45060773.swift
Doug Gregor 59543a10da [Type checker] Only "use" bridging conformances when there is a type checker.
Works around rdar://problem/45047761 and rdar://problem/45058722.
2018-10-08 09:55:41 -07:00

8 lines
206 B
Swift

// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -c -primary-file %s %S/Inputs/0178-rdar-45060773-other.swift -o /dev/null
// REQUIRES: objc_interop
func doit() {
MyCls().something(true)
}