blob: e478fac9a583308a173ef95b2c1d78c8938bef72 [file] [log] [blame]
package multiRoot;
class Test {
String get(String param) {
return null;
}
}