Support deserializing special names
This commit is contained in:
committed by
Alexander Udalov
parent
d04865cea3
commit
c397a84040
+1
-1
@@ -44,7 +44,7 @@ public class NameResolver {
|
||||
@NotNull
|
||||
public Name getName(int index) {
|
||||
String name = simpleNames.getNames(index);
|
||||
return Name.identifier(name);
|
||||
return Name.guess(name);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user