Files

8 lines
108 B
Java

// "Suppress for statement" "true"
public class Test {
{
try(java.lang.Object <caret>o) {
}
}
}