// NO_CONVERSION_EXPECTED import java.io.*; import java.util.*; class C { void foo(List list) { list.add(File.separatorChar) } }