mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Revert "Fix JvmRuntimeDescriptorLoaderTestGenerated"
This reverts commit 33e9e660c4.
This commit is contained in:
committed by
Ilya Gorbunov
parent
266aedeebe
commit
3073ba58a3
@@ -1,5 +1,3 @@
|
||||
// FULL_JDK
|
||||
|
||||
package test
|
||||
|
||||
public abstract class ClassDoesNotOverrideMethod() : java.util.Date() {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// FULL_JDK
|
||||
|
||||
package test
|
||||
|
||||
public abstract class ClassWithTypePExtendsIterableP<P>() : kotlin.collections.MutableIterable<P> {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// FULL_JDK
|
||||
|
||||
package test
|
||||
|
||||
public interface HalfSubstitutedTypeParameters {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// FULL_JDK
|
||||
|
||||
package test
|
||||
|
||||
public interface SubclassOfCollection<E>: MutableCollection<E> {
|
||||
|
||||
Reference in New Issue
Block a user