IDEA-42131

This commit is contained in:
Alexey Kudravtsev
2010-08-27 17:13:48 +04:00
parent 1403da14a0
commit 03a403cd29
17 changed files with 179 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
class Test {
Test() {<caret>
}
}