mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
229 B
Swift
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 {}
|