Annotator test data fixed

This commit is contained in:
Andrey Breslav
2011-12-27 14:54:41 +04:00
parent 0ddd926a4b
commit 2d78ccb9e1
19 changed files with 182 additions and 242 deletions
+2 -3
View File
@@ -1,4 +1,4 @@
package jet121 {
package jet121
fun box() : String {
val answer = apply("OK") { String.() : Int ->
get(0)
@@ -10,5 +10,4 @@ package jet121 {
fun apply(arg:String, f : String.() -> Int) : Int {
return arg.f()
}
}
}