Move debugger test data to the new location
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
package inapplicableFieldWatchpoints
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//FieldWatchpoint! (localVal)
|
||||
val localVal = 1
|
||||
}
|
||||
|
||||
fun foo(
|
||||
//FieldWatchpoint! (funParam)
|
||||
funParam: Int
|
||||
) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user