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