Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

8 řádky
156 B

# -*- mode: snippet; require-final-newline: nil -*-
# name: define test method
# key: dt
# --
@Test
public void test${1:Name}() throws Exception {
$0
}