Open
Description
Issue Kind
None
Source Code
struct S: @unsafe nonisolated P {}
struct S: @preconcurrency nonisolated P {}
Description
The opposite order of annotations is rejected by both parsers, which may also be unexpected. For one, it does complicate the calculation of an insertion location for adding a new annotation.