Files
swift-mirror/test/SourceKit/CodeFormat/indent-ibaction.swift
2016-08-10 23:52:02 -07:00

9 lines
217 B
Swift

@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"