Add location string showing where method or property is defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user