Files
swift-mirror/validation-test/compiler_crashers_2/dcd4ff25dbde99.swift
Hamish Knight 760959f273 [test] Add assertion messages to crasher test cases
If the crasher hits an assertion failure, include the message in the
header.
2025-08-04 13:00:23 +01:00

8 lines
372 B
Swift

// {"kind":"typecheck","signature":"swift::ValueDecl::isObjC() const","signatureAssert":"Assertion failed: (!LazySemanticInfo.isObjCComputed || LazySemanticInfo.isObjC == value), function setIsObjC"}
// RUN: not --crash %target-swift-frontend -typecheck %s
// REQUIRES: objc_interop
protocol a
@objc protocol b : c
@objc protocol d : b
@objc protocol c : d, a