Fixed auto-import of operator functions broken before + fixed bug in its implementation

This commit is contained in:
Valentin Kipyatkov
2014-12-03 21:09:29 +03:00
parent 3161eb284b
commit 7ba11b0f2f
5 changed files with 44 additions and 9 deletions
@@ -0,0 +1,4 @@
package util
fun h.H.inc(p: Int): h.H {
}