FIR: unify common special names scattered around the code base

This commit is contained in:
Tianyu Geng
2021-07-28 14:25:24 -07:00
committed by teamcityserver
parent 263b876e6e
commit 684ef871ee
42 changed files with 161 additions and 145 deletions
@@ -38,7 +38,7 @@ public class KtFunctionLiteral extends KtFunctionNotStubbed {
@Override
public String getName() {
return SpecialNames.ANONYMOUS;
return SpecialNames.ANONYMOUS_STRING;
}
@Override