Reconfigure KotlinDebuggerTestCase
It is hiding a problem: evaluate expression fails in libraries
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
package customLib.breakpointOnLocalProperty
|
||||
|
||||
public fun breakpointOnLocalPropertyFun(): Int {
|
||||
val a = 1
|
||||
return 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.breakpointOnLocalProperty
|
||||
|
||||
public fun breakpointOnLocalPropertyFun2(): Int {
|
||||
return 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.oneFunSameFileName
|
||||
|
||||
public fun oneFunSameFileNameFun(): Int {
|
||||
return 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.oneFunSameFileName
|
||||
|
||||
public fun oneFunSameFileNameFun2(): Int {
|
||||
return 1
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
package customLib.property
|
||||
|
||||
public val foo: Int =
|
||||
1
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.property
|
||||
|
||||
public fun someFun(): Int {
|
||||
return 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.simpleLibFile
|
||||
|
||||
public fun foo() {
|
||||
1 + 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.twoFunDifferentSignature
|
||||
|
||||
public fun twoFunDifferentSignatureFun(): Int {
|
||||
return 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package customLib.twoFunDifferentSignature
|
||||
|
||||
public fun twoFunDifferentSignatureFun(i: Int): Int {
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user