Debugger tests: add custom library

This commit is contained in:
Natalia Ukhorskaya
2014-08-13 14:47:56 +04:00
parent aa9382fefa
commit 40c4022c98
60 changed files with 116 additions and 63 deletions
@@ -0,0 +1,5 @@
package customLib.oneFunSameFileName
public fun oneFunSameFileNameFun(): Int {
return 1
}
@@ -0,0 +1,5 @@
package customLib.oneFunSameFileName
public fun oneFunSameFileNameFun2(): Int {
return 1
}