Skip to content

Instantly share code, notes, and snippets.

@kamichidu
Created December 10, 2013 16:14
Show Gist options
  • Select an option

  • Save kamichidu/7893263 to your computer and use it in GitHub Desktop.

Select an option

Save kamichidu/7893263 to your computer and use it in GitHub Desktop.
import java.util.List;
import java.util.ArrayList;
class Hoge
{
public static void main(String[] args)
{
final List<Integer> list= new ArrayList<Integer>();
list.${cursor}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment