This website requires JavaScript.
Explore
Help
Sign In
tudattr
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
686f13e21c
dotfiles
/
emacs
/
.emacs.d
/
snippets
/
java-mode
/
test
8 lines
102 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: test
# key: test
# --
@Test
public void test_${1:Case}() {
$0
}
Reference in New Issue
View Git Blame
Copy Permalink