blob: a78ca96c8413604f10fc625e99b5975892b8c9d5 [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 EnclosingLocal {
public static Object getLocal() {
class MyObject { }
return new MyObject();
}
}