Add tests for companion objects and various kinds of classes
(no representation for enum entries yet).
This commit is contained in:
committed by
Dmitry Petrov
parent
a6bee7a22b
commit
7adf173a66
@@ -0,0 +1,9 @@
|
||||
class TestClass
|
||||
|
||||
interface TestInterface
|
||||
|
||||
object TestObject
|
||||
|
||||
annotation class TestAnnotationClass
|
||||
|
||||
enum class TestEnumClass
|
||||
Reference in New Issue
Block a user