Add location string showing where method or property is defined

This commit is contained in:
Nikolay Krasko
2014-05-27 16:08:27 +04:00
parent f1f13d1f2a
commit 3494853cc3
18 changed files with 281 additions and 60 deletions
@@ -1,6 +1,6 @@
-InheritedInnerClasses.kt
-B : A
equals(Any?): Boolean
foo(): Unit
hashCode(): Int
toString(): String
-B
equals(Any?): Boolean location=→Any
foo(): Unit location=→A
hashCode(): Int location=→Any
toString(): String location=→Any