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 5f6fc55 commit 7d31ef2Copy full SHA for 7d31ef2
compiler/src/dotty/tools/dotc/transform/init/Semantic.scala
@@ -1235,7 +1235,7 @@ object Semantic:
1235
cases(thisTp, thisV, klass)
1236
1237
case AndType(thisTp: ThisType, _) =>
1238
- // This type annotation will generate an intersection type for `this`.
+ // Self-type annotation will generate an intersection type for `this`.
1239
// See examples/i17997.scala
1240
1241
0 commit comments