blob: 382b2dacdfb17c823075e70bfbdf8cd633b6af9d [file] [log] [blame]
import org.checkerframework.framework.testchecker.util.*;
public class MatrixBug {
public char[][] chars = new char[][] {new char[] {'*', '*', '*'}, new char[] {'*', '*', '*'}};
}