update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/markup/swift/functions.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/swift/functions.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
protocol Protocol {
|
||||
func f1()
|
||||
func f2()
|
||||
}
|
||||
|
||||
class MyClass {
|
||||
func f() {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user