Marco Pennekamp
a9d7b0c595
[AA Standalone] Consider type aliases in direct inheritors search
...
A type alias may still be inherited from. For example:
```
sealed class MyClass
typealias T = MyClass
class Inheritor : T() // `Inheritor` is a direct inheritor of `MyClass`.
```
The index is a simplified version of the IDE's
`KotlinTypeAliasByExpansionShortNameIndex`, but it should be sufficient
for virtually all cases.
^KT-66013
2024-03-18 21:14:36 +00:00
..
2024-03-15 14:39:56 +00:00
2024-03-09 01:36:22 +00:00
2024-03-15 14:39:56 +00:00
2024-02-20 17:56:46 +00:00
2024-03-13 20:38:44 +00:00
2024-03-11 18:07:52 +00:00
2024-02-23 23:59:13 +01:00
2024-02-20 17:56:46 +00:00
2024-03-18 18:11:14 +00:00
2024-03-15 11:33:10 +00:00
2024-03-10 15:35:47 +00:00
2024-02-21 20:24:13 +00:00
2024-02-21 14:10:44 +00:00
2024-03-11 18:03:49 +00:00
2024-03-12 11:38:06 +00:00
2024-03-18 12:17:52 +00:00
2024-03-15 14:39:56 +00:00
2024-03-15 09:56:13 +00:00
2024-03-18 21:14:36 +00:00
2024-03-18 15:52:50 +00:00
2024-02-19 18:17:37 +00:00
2024-03-15 11:40:55 +00:00
2024-03-14 11:04:02 +00:00
2024-03-18 18:11:14 +00:00
2024-03-15 14:39:56 +00:00
2024-02-28 21:20:18 +00:00
2024-03-16 07:50:33 +00:00
2024-03-18 18:11:14 +00:00
2024-03-12 06:43:58 +00:00
2024-03-04 22:12:24 +00:00
2024-03-06 18:30:22 +00:00
2024-03-14 17:12:45 +00:00
2024-02-16 12:48:24 +00:00
2024-03-13 17:05:48 +00:00
2024-03-14 22:39:03 +00:00
2024-01-23 11:01:58 +00:00
2024-03-15 22:32:50 +01:00
2024-03-14 10:33:00 +00:00
2024-03-06 18:30:22 +00:00