Files
swift-mirror/validation-test/compiler_crashers_2/497c938db36de8f.swift
2025-06-23 10:05:22 +01:00

11 lines
246 B
Swift

// {"signature":"swift::IsObjCRequest::evaluate(swift::Evaluator&, swift::ValueDecl*) const"}
// RUN: not --crash %target-swift-frontend -typecheck %s
// REQUIRES: objc_interop
class a {
@objc var b : Int {
get throws {
}
set
}
}