-
-
Save breskeby/c339c7118eb9daa1f463 to your computer and use it in GitHub Desktop.
java class letting fregedoc fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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