# -*- mode: snippet -*-
# name: Prints a string to System.err
# key: serr
# --
System.err.println($0)