Test fixed

This commit is contained in:
Denis Zharkov
2014-10-20 14:43:11 +04:00
committed by Andrey Breslav
parent f00689d7c7
commit 46f22b5422
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
import test.*
fun test1(): Int {
return 1.inlineMethod()
}
@@ -1,3 +1,4 @@
package test
var s: Int = 1;
inline fun Int.inlineMethod() : Int {