Files
swift-mirror/validation-test/compiler_crashers_2_fixed/sr11394.swift
2019-08-30 00:07:58 +01:00

6 lines
112 B
Swift

// RUN: not %target-swift-frontend -typecheck %s
protocol Foo {}
func foo(_ bar: Foo) {}
foo(true ? "a" : "b")