blob: 56904f37aebe6722b5a11538b712693ff7f8fd2b [file] [log] [blame]
// 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" )")