Add location string showing where method or property is defined
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
-InheritedLocalKotlin.kt
|
||||
-A : TA
|
||||
equals(Any?): Boolean
|
||||
hashCode(): Int
|
||||
some(): Unit
|
||||
toString(): String
|
||||
-B : TA
|
||||
-A
|
||||
a: Int
|
||||
equals(Any?): Boolean location=→Any
|
||||
hashCode(): Int location=→Any
|
||||
some(): Unit
|
||||
toString(): String location=→Any
|
||||
-B
|
||||
a: Int location=→TA
|
||||
some(): Unit location=→TA
|
||||
|
||||
Reference in New Issue
Block a user