Debugger: do not insert ambiguous imports inside codeFragments
#KT-11927 Fixed
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
LineBreakpoint created at createExpressionWithArray.kt:9
|
||||
LineBreakpoint created at createExpressionWithArray.kt:11
|
||||
!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! createExpressionWithArray.CreateExpressionWithArrayKt
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
createExpressionWithArray.kt:9
|
||||
createExpressionWithArray.kt:11
|
||||
package createExpressionWithArray
|
||||
|
||||
import forTests.MyJavaClass
|
||||
// do not remove this import, it checks that we do not insert ambiguous imports during EE
|
||||
import forTests.MyJavaClass.InnerClass
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val baseArray = arrayOf(MyJavaClass().getBaseClassValue())
|
||||
|
||||
Reference in New Issue
Block a user