KNPE fixed in data class checker together with some ID warnings #KT-9296 Fixed #EA-73584 Fixed

This commit is contained in:
Mikhail Glukhikh
2015-09-25 11:34:44 +03:00
parent bd7ccc0138
commit f06a79d534
4 changed files with 33 additions and 3 deletions
@@ -0,0 +1,9 @@
// See EA-73584
data class<!SYNTAX!><!> {
}
// See KT-9296
<!WRONG_MODIFIER_TARGET!>data<!> interface<!SYNTAX!><!> {
}