private Debug()

in src/jvmMain/java/org/jetbrains/annotations/Debug.java [33:35]


  private Debug() {
    throw new AssertionError("Debug should not be instantiated");
  }