mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Adjust test data after fixes about generic nullability
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
public class ClassWithTypePRefSelf<P : kotlin.Enum<P>?>() {
|
||||
public class ClassWithTypePRefSelf<P : kotlin.Enum<P>>() {
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
public final class ClassWithTypePRefSelf</*0*/ P : kotlin.Enum<P>?> {
|
||||
/*primary*/ public constructor ClassWithTypePRefSelf</*0*/ P : kotlin.Enum<P>?>()
|
||||
public final class ClassWithTypePRefSelf</*0*/ P : kotlin.Enum<P>> {
|
||||
/*primary*/ public constructor ClassWithTypePRefSelf</*0*/ P : kotlin.Enum<P>>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user