mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Adjustments for missing superclasses checker. Some hierarchies in mock JDK are incomplete. Absence of its .class file causes some tests to fail without an actual error. To mitigate this problem, top-level classes and interfaces can only inherit from entries that belong to mock JDK. Absent superclasses are replaced with java.lang.Object. This only affects runtime jar of mock JDK.