// "Replace 'var' with explicit type" "true-preview" class Main { void m(java.util.List args){ var s = args.get(0); } }