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