>C:\Cobra\bin\cobra.bat "C:\Users\seanm\Desktop\workstation_Notes\bug.cobra"
C:\Users\seanm\Desktop\workstation_Notes\bug.cobra(11): error: Cannot find "Utils".
C:\Users\seanm\Desktop\workstation_Notes\bug.cobra(13): error: Cannot infer type for "s" because the type of the right hand expression is unknown.
C:\Users\seanm\Desktop\workstation_Notes\bug.cobra(14): error: Cannot find "s". There are members with similar names including ".equals", ".getHashCode", ".memberwiseClone", ".randomString", ".referenceEquals" and ".toString".
When I change the Utils class to SmallSample it works.