Add location string showing where method or property is defined
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
trait First
|
||||
|
||||
trait Second : First {
|
||||
fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user