Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Oct 8, 2022
1 parent 2e4f638 commit 679444e
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 441 deletions.
2 changes: 0 additions & 2 deletions compiler/src/dotty/tools/dotc/transform/init/Checker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Checker extends Phase:
units.foreach { unit => traverser.traverse(unit.tpdTree) }
val classes = traverser.getClasses()

ParamOverridingCheck.checkClasses(classes)(using checkCtx)
Semantic.checkClasses(classes)(using checkCtx)

units
Expand Down Expand Up @@ -68,7 +67,6 @@ class Checker extends Phase:
}
end InitTreeTraverser


object Checker:
val name: String = "initChecker"
val description: String = "check initialization of objects"

This file was deleted.

4 changes: 0 additions & 4 deletions tests/init/neg/class-param.check

This file was deleted.

7 changes: 0 additions & 7 deletions tests/init/neg/class-param.scala

This file was deleted.

7 changes: 0 additions & 7 deletions tests/init/neg/i15764.scala

This file was deleted.

7 changes: 0 additions & 7 deletions tests/init/neg/i15764b.scala

This file was deleted.

5 changes: 0 additions & 5 deletions tests/init/neg/i15764c.scala

This file was deleted.

Loading

0 comments on commit 679444e

Please sign in to comment.