Report clashing signatures in the IDE

Expose extra diagnostics about platform signature clashes from light class data

 #KT-1 In Progress
This commit is contained in:
Andrey Breslav
2014-05-25 13:22:30 +02:00
parent 9b3f9fb70d
commit d25b2459d4
15 changed files with 210 additions and 24 deletions
@@ -0,0 +1,6 @@
class C {
class object {
<error>val x = 1</error>
<error>fun getX() = 1</error>
}
}