Test step into for Java constructor with SAM conversion

Additional test for KT-21538

 #KT-21538 Fixed
This commit is contained in:
Nikolay Krasko
2017-12-12 19:32:07 +03:00
parent d6cface66f
commit 6456f4ed98
4 changed files with 33 additions and 0 deletions
@@ -0,0 +1,8 @@
package javaSamConstructor
import forTests.MyJavaClass
fun main(args: Array<String>) {
//Breakpoint!
MyJavaClass { /* do nothing*/ }
}
@@ -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