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 01e1932 commit 1815894Copy full SHA for 1815894
src/dotty/tools/dotc/core/Types.scala
@@ -2040,6 +2040,7 @@ object Types {
2040
unique(new ImplicitMethodType(paramNames, paramTypes)(resultTypeExp))
2041
}
2042
2043
+ /** A by-name parameter type of the form `=> T`, or the type of a method with no parameter list. */
2044
abstract case class ExprType(override val resultType: Type)
2045
extends CachedProxyType with TermType with MethodicType {
2046
override def underlying(implicit ctx: Context): Type = resultType
0 commit comments