Files
swift-mirror/validation-test/compiler_crashers_2/e28bbaa21817d3.swift
2025-06-16 11:19:53 +01:00

4 lines
247 B
Swift

// {"signature":"swift::TypeBase::removeArgumentLabels(unsigned int)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
struct a dynamic subscript(b c: Int) a subscript(b c: Int) a @_dynamicReplacement(for: subscript) subscript(Int) a { }