Skip to content

Commit 8396a6a

Browse files
committed
Fix conflict between fixes on decompiler
From #4605 and #4608
1 parent f32aa36 commit 8396a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run/simpleClass.decompiled

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ object Test {
44
scala.Predef.println(new foo.A().getClass().getName())
55
scala.Predef.println(new foo.B().getClass().getName())
66
}
7-
}/** Decompiled from out/runTestFromTasty/run/simpleClass/foo/A.class */
7+
}
8+
/** Decompiled from out/runTestFromTasty/run/simpleClass/foo/A.class */
89
package foo {
910
class A()
1011
}

0 commit comments

Comments
 (0)