abstract class org.graalvm.compiler.replacements.test.IntegerExactFoldTest$Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.replacements.test.IntegerExactFoldTest$Operation
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.IntegerExactFoldTest$Operation this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tIgnore cannot be resolved to a type\n\tRunWith cannot be resolved to a type\n\tParameterized cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tThe method assertNotNull(String, Node) is undefined for the type IntegerExactFoldTest\n\tTest cannot be resolved to a type\n\tThe method assertNotNull(String, Node) is undefined for the type IntegerExactFoldTest\n\tThe method assertNotNull(String, IntegerExactArithmeticSplitNode) is undefined for the type IntegerExactFoldTest\n\tThe method assertNotNull(String, ValueNode) is undefined for the type IntegerExactFoldTest\n\tParameters cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.IntegerExactFoldTest$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/IntegerExactFoldTest$Operation;

  abstract void verifyOverflow(long, long, long, long, int, boolean, org.graalvm.compiler.core.common.type.IntegerStamp);
    descriptor: (JJJJIZLorg/graalvm/compiler/core/common/type/IntegerStamp;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      lowerBoundA       
      upperBoundA       
      lowerBoundB       
      upperBoundB       
      bits              
      overflowExpected  
      resultStamp       
}
SourceFile: "IntegerExactFoldTest.java"
NestHost: org.graalvm.compiler.replacements.test.IntegerExactFoldTest
InnerClasses:
  private abstract Operation = org.graalvm.compiler.replacements.test.IntegerExactFoldTest$Operation of org.graalvm.compiler.replacements.test.IntegerExactFoldTest