Revert "Fix JvmRuntimeDescriptorLoaderTestGenerated"

This reverts commit 33e9e660c4.
This commit is contained in:
Mikhail Zarechenskiy
2017-03-23 14:07:34 +03:00
committed by Ilya Gorbunov
parent 266aedeebe
commit 3073ba58a3
11 changed files with 70 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
// FULL_JDK
package test
public abstract class ClassDoesNotOverrideMethod() : java.util.Date() {

View File

@@ -1,5 +1,3 @@
// FULL_JDK
package test
public abstract class ClassWithTypePExtendsIterableP<P>() : kotlin.collections.MutableIterable<P> {

View File

@@ -1,5 +1,3 @@
// FULL_JDK
package test
public interface HalfSubstitutedTypeParameters {

View File

@@ -1,5 +1,3 @@
// FULL_JDK
package test
public interface SubclassOfCollection<E>: MutableCollection<E> {