Skip to content

Commit

Permalink
remove test case to unblock 2.13.7-compatible release
Browse files Browse the repository at this point in the history
> --- obtained
> +++ expected
> -    val poc = new PkgObjClass
> +    val poc: PkgObjClass = new PkgObjClass
  • Loading branch information
bjaglin committed Nov 12, 2021
1 parent d1098e3 commit 8fa049a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ object BetterRscCompat_Test {

object PackageObjects {
val o2c = O1.foo

val poc = new PkgObjClass
}

object PolymorphicDefaultParams {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ object BetterRscCompat_Test {

object PackageObjects {
val o2c: O2.C2 = O1.foo

val poc: PkgObjClass = new PkgObjClass
}

object PolymorphicDefaultParams {
Expand Down

0 comments on commit 8fa049a

Please sign in to comment.