FIR: unify common special names scattered around the code base
This commit is contained in:
committed by
teamcityserver
parent
263b876e6e
commit
684ef871ee
@@ -38,7 +38,7 @@ public class KtFunctionLiteral extends KtFunctionNotStubbed {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return SpecialNames.ANONYMOUS;
|
||||
return SpecialNames.ANONYMOUS_STRING;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user