Added tests for interface and singleton.

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 21:39:48 +04:00
parent c895f502f9
commit 1c8ca38380
5 changed files with 34 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
trait SomeTrait {
<caret>
}