summaryrefslogtreecommitdiffstats
path: root/sample_files/swift_2.swift
blob: 4926ef2d197e500effa5012e5e4a3c2e4e2cb6e0 (plain)
1
2
3
func f(_ x: Int) -> Int {
  x * 3
}