Debug tests patched

This commit is contained in:
Michael Bogdanov
2015-06-26 12:46:41 +03:00
parent 8e8ff860d6
commit 48c5e3d218
44 changed files with 67 additions and 67 deletions
@@ -0,0 +1,5 @@
package customLib.twoFunDifferentSignature
public fun twoFunDifferentSignatureFun(i: Int): Int {
return 1
}