Files
kotlin-fork/compiler/testData/ir/irText/classes/classes.kt
T
Dmitry Petrov 7adf173a66 Add tests for companion objects and various kinds of classes
(no representation for enum entries yet).
2016-10-18 09:08:39 +03:00

10 lines
124 B
Kotlin
Vendored

class TestClass
interface TestInterface
object TestObject
annotation class TestAnnotationClass
enum class TestEnumClass