Update of German translation
[geany-mirror.git] / tests / ctags / return-hint.zep
blob35f335fe4857293f1afcec6d0a144a44125032cd
1 class Test
3     public function first(string str) -> string
4     {
5         function nested() {
6             
7         }
8     }
9     
10     public function second(int i) -> int
11     {
12         
13     }