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.twoFunDifferentSignature
public fun twoFunDifferentSignatureFun(i: Int): Int {
return 1
}