static { ERROR_CLASS.initialize( true, Collections.<TypeParameterDescriptor>emptyList(), Collections.<JetType>emptyList(), createErrorScope("ERROR_CLASS"), ERROR_CONSTRUCTOR_GROUP, ERROR_CONSTRUCTOR, false); }
public static boolean isError(@NotNull TypeConstructor typeConstructor) { return typeConstructor == ERROR_CLASS.getTypeConstructor(); }