Skip to content

Instantly share code, notes, and snippets.

@ocadaruma
Created December 26, 2017 18:02
Show Gist options
  • Save ocadaruma/93f587194995701bb77fa51f6efc44be to your computer and use it in GitHub Desktop.
Save ocadaruma/93f587194995701bb77fa51f6efc44be to your computer and use it in GitHub Desktop.
/*/**/
class JavaMain {
public static void main(String args[]) {
System.out.println("Hello, World");
}
}
// */
/*/**/
class App {}
// */
/*/**/
class A {
int object = 1;
int ScalaMain = 1;
void foo() {
int i =
// */
object
/*/**/
;
i = // */
ScalaMain
/*/**/
;
}
class B // */
extends App {
/*/**/
void bar() { // */
System.out.println("Hello, World");
/*/**/ } // */
}
/*/**/
}
// */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment