Add tests for companion objects and various kinds of classes

(no representation for enum entries yet).
This commit is contained in:
Dmitry Petrov
2016-08-30 11:16:25 +03:00
committed by Dmitry Petrov
parent a6bee7a22b
commit 7adf173a66
5 changed files with 56 additions and 0 deletions
@@ -0,0 +1,8 @@
class Test1 {
companion object
}
class Test2 {
companion object Named
}