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

View File

@@ -0,0 +1,5 @@
package customLib.functionInLibrary
public inline fun simpleFun2() {
val a = 1
}