Add location string showing where method or property is defined
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
trait TA {
|
||||
fun some()
|
||||
val a: Int
|
||||
}
|
||||
|
||||
class A : TA {
|
||||
override fun some() {
|
||||
}
|
||||
|
||||
override val a: Int = 0
|
||||
}
|
||||
|
||||
abstract class B : TA
|
||||
|
||||
Reference in New Issue
Block a user