mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-22 00:21:31 +00:00
Fix JvmRuntimeDescriptorLoaderTestGenerated
- Use FULL_JDK instead of mock JDK in some tests because mock JDK is created from JDK 6 and full JDK is now JDK 8, so there are differences in the behavior in the compiler and at runtime - Remove some '*.runtime.txt' files which were workarounds to JDK 6 reflection issues regarding generic inner classes; code in these tests is now loaded exactly the same in the compiler and at runtime - Change supertype in SupertypesAndBounds.kt: the class in the supertype is not relevant to that test, it checks that annotations can be loaded on types
This commit is contained in:
committed by
Dmitry Jemerov
parent
3c96099f7c
commit
33e9e660c4
@@ -1,3 +1,5 @@
|
||||
// FULL_JDK
|
||||
|
||||
package test;
|
||||
|
||||
public abstract class ClassDoesNotOverrideMethod extends java.util.Date {
|
||||
|
||||
Reference in New Issue
Block a user