update inbox list
This commit is contained in:
9
vendor/scrivo/highlight.php/test/markup/pony/iterface-trait.txt
vendored
Normal file
9
vendor/scrivo/highlight.php/test/markup/pony/iterface-trait.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
interface Iterator[A: A]
|
||||
fun has_next(): Bool
|
||||
fun next(): T?
|
||||
|
||||
trait UnitTest
|
||||
fun name(): String
|
||||
fun ref set_up(h: TestHelper) ? =>
|
||||
None
|
||||
fun apply(h: TestHelper) ?
|
||||
Reference in New Issue
Block a user