Show delegated methods when "Show inherited" enabled in file structure view
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
trait Some {
|
||||
fun first()
|
||||
fun second()
|
||||
}
|
||||
|
||||
class ClassSome: Some {
|
||||
override fun first() {}
|
||||
override fun second() {}
|
||||
}
|
||||
Reference in New Issue
Block a user