mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
func boop() {
|
|
enum LocalEnum {
|
|
case <base>north</base>
|
|
case south
|
|
}
|
|
|
|
print(LocalEnum.<base>north</base>)
|
|
}
|
|
|