Fixed highlighting range for errors in class object

This commit is contained in:
Valentin Kipyatkov
2014-10-31 14:11:01 +03:00
parent 65f66de597
commit f0b93f3de3
9 changed files with 29 additions and 24 deletions
@@ -1,9 +1,9 @@
fun test() {
class A {
<!CLASS_OBJECT_NOT_ALLOWED!>class object {}<!>
<!CLASS_OBJECT_NOT_ALLOWED!>class object<!> {}
}
object {
<!CLASS_OBJECT_NOT_ALLOWED!>class object {}<!>
<!CLASS_OBJECT_NOT_ALLOWED!>class object<!> {}
}
}