blob: bab518aefbead44378ed9eae6e68ffa4d665a83e [file] [log] [blame]
package org.qi4j.lang.beanshell;
public interface Mixin1
{
String do1();
}