Remove mentioning KT-11395 from the wrong test
(cherry picked from commit c4fb0e9) #KT-11395 Open
This commit is contained in:
committed by
Nikolay Krasko
parent
b76ae9b35d
commit
74f0bb3d4e
+3
-3
@@ -1,8 +1,8 @@
|
||||
LineBreakpoint created at noParameterLambdaArgumentCallInLambda.kt:9 lambdaOrdinal = 1
|
||||
LineBreakpoint created at noParameterLambdaArgumentCallInLambda.kt:5 lambdaOrdinal = 1
|
||||
!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! noParameterLambdaArgumentCallInLambda.NoParameterLambdaArgumentCallInLambdaKt
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
noParameterLambdaArgumentCallInLambda.kt:9
|
||||
noParameterLambdaArgumentCallInLambda.kt:10
|
||||
noParameterLambdaArgumentCallInLambda.kt:5
|
||||
noParameterLambdaArgumentCallInLambda.kt:6
|
||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Vendored
-4
@@ -1,9 +1,5 @@
|
||||
package noParameterLambdaArgumentCallInLambda
|
||||
|
||||
/*
|
||||
KT-11395 Breakpoint inside lambda argument of InlineOnly function doesn't work
|
||||
*/
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint! (lambdaOrdinal = 1)
|
||||
foo { val a = 11 } // Breakpoint inside lambda argument
|
||||
|
||||
Reference in New Issue
Block a user