mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
186 B
Swift
8 lines
186 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %validate-incrparse %s --test-case REPLACE
|
|
|
|
let myFont: Font = {
|
|
let myFont = Font.body
|
|
return myFont.weight(.<<REPLACE<bold|||light>>>)
|
|
}()
|