blob: fe319667d3d4e6a4ca3b712c55cc045bb90f8991 [file] [log] [blame]
// "Make 'i' not abstract" "true"
import java.io.*;
class a {
<caret>int i;
}