package test; class VarargString { void vararg(String... strings) {} }