Files
swift-mirror/validation-test/compiler_crashers_2/issue-81834.swift
Hamish Knight d3abee7e96 [test] Require asserts for all compiler_crashers_2 tests
These contain a mix of crashers that may or may not crash under
non-asserts builds, avoid testing them for non-asserts builds. When
fixed, they'll receive non-assert coverage.
2025-06-09 12:40:34 +01:00

9 lines
229 B
Swift

// RUN: not --crash %target-swift-frontend -typecheck -library-level api %s
// REQUIRES: OS=macosx
// https://github.com/swiftlang/swift/issues/81834
public class C {
public subscript() -> Int {
get {
extension C {}