Skip to content

Instantly share code, notes, and snippets.

@breskeby
Created November 29, 2015 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save breskeby/c339c7118eb9daa1f463 to your computer and use it in GitHub Desktop.
Save breskeby/c339c7118eb9daa1f463 to your computer and use it in GitHub Desktop.
java class letting fregedoc fail
package org.frege.java;
public class StaticHello {
public static String helloJava() {
return "hello from java";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment