Change test name. Change order of parameters in test instructions

This commit is contained in:
Natalia.Ukhorskaya
2012-05-30 15:52:59 +04:00
parent e6f2f7043b
commit de605637e6
3 changed files with 27 additions and 25 deletions
@@ -0,0 +1,11 @@
fun foo() {
fun bar() : (Int) -> Unit {
return {
1
}
}
}
// METHOD : invoke(I)V
// VARIABLE : NAME=this TYPE=Lnamespace$foo$1$1; INDEX=0
// VARIABLE : NAME=it TYPE=I INDEX=1
@@ -0,0 +1,8 @@
fun foo() {
var a = {
}
}
// METHOD : invoke()V
// VARIABLE : NAME=this TYPE=Lnamespace$foo$a$1; INDEX=0