mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
47bf147605
fixes #64309 fixes rdar://106657906
10 lines
218 B
Swift
10 lines
218 B
Swift
@_documentation(visibility: public)
|
|
enum E
|
|
{
|
|
}
|
|
|
|
// The @_documentation attribute caused sourcekit-lsp to crash
|
|
// cf. https://github.com/apple/swift/issues/64309
|
|
|
|
// RUN: %sourcekitd-test -req=cursor -pos=2:6 %s -- %s
|