Minor. Rename isAnonymousFunction to isFunctionExpression
This commit is contained in:
committed by
teamcityserver
parent
c0a46eaefd
commit
61fe70b600
+1
-1
@@ -72,7 +72,7 @@ class ClassicConstraintSystemUtilContext(
|
||||
}
|
||||
}
|
||||
|
||||
override fun PostponedAtomWithRevisableExpectedType.isAnonymousFunction(): Boolean {
|
||||
override fun PostponedAtomWithRevisableExpectedType.isFunctionExpression(): Boolean {
|
||||
require(this is ResolvedAtom)
|
||||
return this.atom is FunctionExpression
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user