yasnippet-snippets/snippets/kotlin-mode/serr

6 lines
102 B
Plaintext
Raw Normal View History

2018-02-22 09:03:07 +01:00
# -*- mode: snippet -*-
# name: Prints a string to System.err
# key: serr
# --
System.err.println($0)