mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
17 lines
616 B
Plaintext
17 lines
616 B
Plaintext
LineBreakpoint created at ceLocalClass.kt:6
|
|
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceLocalClass.CeLocalClassPackage
|
|
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
|
ceLocalClass.kt:6
|
|
Compile bytecode for class MyClass {
|
|
fun test() = 2
|
|
}
|
|
|
|
val a = MyClass()
|
|
a.test()
|
|
|
|
// RESULT: 2: I
|
|
|
|
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
|
|
|
Process finished with exit code 0
|