Special modifier parsing for enum entries: last of them is considered as an enum entry name #KT-9088 Fixed

This commit is contained in:
Mikhail Glukhikh
2015-09-08 12:47:12 +03:00
parent 52f3e9ca06
commit 0257f46ebb
9 changed files with 123 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
enum class My {
inline
}