Build class hierarchy for classes from BuiltIns
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<node text="List (java.util)" base="true">
|
||||
<node text="Collection (java.util)">
|
||||
<node text="Iterable (java.lang)"/>
|
||||
</node>
|
||||
</node>
|
||||
@@ -0,0 +1,3 @@
|
||||
val a: List<caret><String>
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<node text="Object (java.lang)">
|
||||
<node text="Number (java.lang)">
|
||||
<node text="Integer (java.lang)" base="true"/>
|
||||
</node>
|
||||
</node>
|
||||
@@ -0,0 +1,3 @@
|
||||
val a: Int<caret>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user