File tree Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ object Bar extends App {
2+ println(new Foo ().test())
3+ }
Original file line number Diff line number Diff line change 1+ public class Foo {
2+ private String java ;
3+
4+ public java .lang .Integer test () {
5+ //return Integer.valueOf(42);
6+ throw null ;
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ object Bar extends App {
2+ println(new Foo ().test())
3+ }
Original file line number Diff line number Diff line change 1+ public class Foo {
2+ private String java ;
3+
4+ public java .lang .Integer test () {
5+ //return Integer.valueOf(42);
6+ throw null ;
7+ }
8+ }
Original file line number Diff line number Diff line change 1+
2+ public class java {
3+ public static class lang {
4+ public static class Integer {
5+ }
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments