Skip to content

Commit 9d92d85

Browse files
authored
Merge pull request #4629 from dotty-staging/fix-conflict
Fix conflict between fixes on decompiler
2 parents f32aa36 + 8396a6a commit 9d92d85

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)