Change diagnostic message and rename to NESTED_CLASS_DEPRECATED

This commit is contained in:
Dmitry Petrov
2017-09-08 13:01:52 +03:00
parent 66ece54b25
commit 4428798c61
9 changed files with 16 additions and 16 deletions
@@ -3,13 +3,13 @@ package a
enum class C {
E1, E2, E3 {
<!NESTED_CLASS_NOT_ALLOWED_SINCE_1_3!>object O_O<!>
<!NESTED_CLASS_DEPRECATED!>object O_O<!>
fun b() {
O_O
}
<!NESTED_CLASS_NOT_ALLOWED_SINCE_1_3!>class G<!>
<!NESTED_CLASS_DEPRECATED!>class G<!>
},
E4 {