blob: 466266f7d95427ea9f5f3382625755fc9d6ece71 [file] [log] [blame]
/**
* This code must be kept in sync with {@link com.google.gwt.dev.javac.TypeOracleMediatorTestBase}
*/
package com.google.gwt.dev.javac.mediatortest;
public class Outer {
public static class Inner { };
}