blob: ab3d29d08248390c3025f5b91ee26a7a4bc4b2fb [file] [log] [blame]
// Checks that we don't crash
// RUN: %sourcekitd-test -req=cursor -pos=8:19 %s -- %s | %FileCheck %s
// CHECK: source.lang.swift.ref.class
class ImageSet {
class StandImageSet {}
func foo() {
/*here:*/StandImageSet()
}
}