Method Hierarchy: Refactoring
- Do not rely on light methods and Java method hierarchy - Support val/var parameters - Support built-in member functions #KT-14346 Fixed
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
<node text="T ()" base="true">
|
||||
<node text="B ()"/>
|
||||
<node text="X ()"/>
|
||||
<node text="Y ()">
|
||||
<node text="A ()">
|
||||
<node text="C ()"/>
|
||||
</node>
|
||||
<node text="Z ()">
|
||||
<node text="D ()"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
Reference in New Issue
Block a user