Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
+2
-2
@@ -2,8 +2,8 @@ LineBreakpoint created at unsafeCall.kt:8
|
||||
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! unsafeCall.UnsafeCallPackage
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
unsafeCall.kt:8
|
||||
Compile bytecode for s1.length()
|
||||
Compile bytecode for s2.length()
|
||||
Compile bytecode for s1.length
|
||||
Compile bytecode for s2.length
|
||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
@@ -8,8 +8,8 @@ fun main(args: Array<String>) {
|
||||
args.size()
|
||||
}
|
||||
|
||||
// EXPRESSION: s1.length()
|
||||
// EXPRESSION: s1.length
|
||||
// RESULT: 1: I
|
||||
|
||||
// EXPRESSION: s2.length()
|
||||
// EXPRESSION: s2.length
|
||||
// RESULT: java.lang.NullPointerException: Ljava/lang/NullPointerException;
|
||||
Reference in New Issue
Block a user