Test fixed
This commit is contained in:
committed by
Andrey Breslav
parent
f00689d7c7
commit
46f22b5422
@@ -1,3 +1,4 @@
|
|||||||
|
import test.*
|
||||||
fun test1(): Int {
|
fun test1(): Int {
|
||||||
return 1.inlineMethod()
|
return 1.inlineMethod()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
package test
|
||||||
var s: Int = 1;
|
var s: Int = 1;
|
||||||
|
|
||||||
inline fun Int.inlineMethod() : Int {
|
inline fun Int.inlineMethod() : Int {
|
||||||
|
|||||||
Reference in New Issue
Block a user