7 lines
97 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: toString
# key: toStr
# --
public String toString() {
$0
}