aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/MemberBinding.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/MemberBinding.scala')
-rw-r--r--src/dotty/tools/dotc/core/MemberBinding.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/core/MemberBinding.scala b/src/dotty/tools/dotc/core/MemberBinding.scala
index 6f081c542..bff8b30a0 100644
--- a/src/dotty/tools/dotc/core/MemberBinding.scala
+++ b/src/dotty/tools/dotc/core/MemberBinding.scala
@@ -7,6 +7,7 @@ import Types.{Type, TypeBounds}
/** A common super trait of Symbol and Refinement.
* Used to capture the attributes of type parameters
* which can be implemented as either symbols or refinements.
+ * TODO: Rename (TypeParamInfo?)
*/
trait MemberBinding {