Some tests for override action has been added.

This commit is contained in:
Sergey Lukjanov
2012-04-04 11:53:48 +04:00
parent 70169409dc
commit 23e368cba4
22 changed files with 268 additions and 25 deletions
@@ -4,5 +4,5 @@ trait A {
}
fun some() : A {
return object A {<caret>}
}
return object : A {<caret>}
}