We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ef9ae commit 3e6ebe4Copy full SHA for 3e6ebe4
compiler/src/dotty/tools/dotc/core/Denotations.scala
@@ -1020,12 +1020,6 @@ object Denotations {
1020
interval
1021
}
1022
1023
- /** For ClassDenotations only:
1024
- * If caches influenced by parent classes are still valid, the denotation
1025
- * itself, otherwise a freshly initialized copy.
1026
- */
1027
- def syncWithParents(implicit ctx: Context): SingleDenotation = this
1028
-
1029
/** Show declaration string; useful for showing declarations
1030
* as seen from subclasses.
1031
*/
0 commit comments