blob: 4c13bea222650bb6955cb8abc0964b5c17e7ae64 [file] [log] [blame]
@IBAction func foo() {
var xyz : Int
}
// RUN: %sourcekitd-test -req=format -line=2 -length=1 %s >%t.response
// RUN: %FileCheck --strict-whitespace %s <%t.response
// CHECK: key.sourcetext: " var xyz : Int"