"enum class" and "annotation class" are completed as single keywords

This commit is contained in:
Valentin Kipyatkov
2015-10-19 16:11:57 +03:00
parent fa14b18f7f
commit 0cfccdefe4
18 changed files with 52 additions and 33 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ public class Test {
// EXIST: abstract
// EXIST: class
// EXIST: enum
// EXIST: enum class
// EXIST: final
// EXIST: fun
// EXIST: inner
@@ -35,6 +35,6 @@ public class Test {
// EXIST: inline
// EXIST: tailrec
// EXIST: external
// EXIST: annotation
// EXIST: annotation class
// EXIST: const
// NOTHING_ELSE