update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/markup/pony/method.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/pony/method.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
fun foo(bar: String): String =>
|
||||
bar + "baz"
|
||||
|
||||
new create(hunger: I32) =>
|
||||
_hunger = hunger
|
||||
|
||||
be feed(food: I32) =>
|
||||
_hunger = _hunger - food
|
||||
Reference in New Issue
Block a user