summaryrefslogtreecommitdiffstats
path: root/test cases/swift/2 multifile/libfile.swift
blob: 45f941ca74024271072d2412fbc34fad1155a4b6 (plain)
1
2
3
func printSomething(text: String) {
    print("Got this: \(text)")
}