Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anna Kozlova
2013-08-20 15:52:32 +04:00
11 changed files with 129 additions and 36 deletions
@@ -0,0 +1,6 @@
class Test {
Object method() {
method(
factory()<caret>
}
}
@@ -0,0 +1,6 @@
class Test {
Object method() {
method(
factory());<caret>
}
}