difftastic/sample_files/swift_2.swift

8 lines
89 B
Swift

func f(_ x: Int) -> Int {
x * 3
}
public class Foo: Bar {
private func stuff() {}
}