import java.util.ArrayList; void: main(String[]: args) = { s1 = ArrayList.new().toString(); output << "s1 = " << s1 << "\n"; }