Change error message of EXCEPTION_IN_CONST_VAL_INITIALIZER
This commit is contained in:
@@ -6,7 +6,6 @@ fun append(sb: StringBuilder, value: CharSequence, start: Int, end: Int): String
|
||||
const val a = <!EVALUATED: `Some string with not zero length!!!`!>append(StringBuilder("Some string with not zero length"), "!!!", 0, 3)<!>
|
||||
const val b = <!WAS_NOT_EVALUATED: `
|
||||
Exception java.lang.IndexOutOfBoundsException: start -1, end 0, s.length() 3
|
||||
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:539)
|
||||
at java.lang.StringBuilder.append(StringBuilder.java:175)
|
||||
at <JDK>
|
||||
at ExceptionFromWrapperKt.append(exceptionFromWrapper.kt:3)
|
||||
at ExceptionFromWrapperKt.<clinit>(exceptionFromWrapper.kt:7)`!>append(StringBuilder("Some string with not zero length"), "!!!", -1, 0)<!>
|
||||
|
||||
Reference in New Issue
Block a user