# -*- mode: snippet -*-
# name: test-comment
# key: test
# --
/** @test */
public function $1(): void
{
  $0
}