mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
195 B
Swift
7 lines
195 B
Swift
// Checks that we don't crash
|
|
// RUN: %sourcekitd-test -req=cursor -pos=6:30 %s -- %s | %FileCheck %s
|
|
// CHECK: source.lang.swift.ref.var.global
|
|
|
|
let y = 1
|
|
print("text: \( "he\(/*here*/y)lo" )")
|