Test step into for Java constructor with SAM conversion
Additional test for KT-21538 #KT-21538 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package javaSamConstructor
|
||||
|
||||
import forTests.MyJavaClass
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
MyJavaClass { /* do nothing*/ }
|
||||
}
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
LineBreakpoint created at javaSamConstructor.kt:7
|
||||
Run Java
|
||||
Connected to the target VM
|
||||
javaSamConstructor.kt:7
|
||||
MyJavaClass.java:61
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
Reference in New Issue
Block a user