Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/swift/functions.txt
2021-04-07 19:25:18 -04:00

11 lines
98 B
Plaintext
Vendored

protocol Protocol {
func f1()
func f2()
}
class MyClass {
func f() {
return true
}
}