blob: 9a677e7cc19c7f13e8824460eb24f3ba559c2219 [file] [log] [blame]
package org
public class Shrimp {
public static def isShrimp(boolean b) {
return false
}
public static def isNotShrimp(boolean b) {
return false
}
}