Files
phptimerboard2/vendor/scrivo/highlight.php/test/markup/swift/functions.txt
T
2019-09-29 19:47:00 -05:00

11 lines
98 B
Plaintext
Vendored

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