Skip to content

Commit d7ae2b1

Browse files
fixup! Devirtualize Denotation.info
1 parent 2a3f394 commit d7ae2b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/Denotations.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,6 @@ object Denotations {
12081208
*/
12091209
case class MultiDenotation(denot1: Denotation, denot2: Denotation) extends Denotation(NoSymbol, NoType) with MultiPreDenotation {
12101210
final def infoOrCompleter = multiHasNot("info")
1211-
// final def info(implicit ctx: Context) = infoOrCompleter
12121211
final def validFor = denot1.validFor & denot2.validFor
12131212
final def isType = false
12141213
final def hasUniqueSym = false

0 commit comments

Comments
 (0)