Adjust test data for enabling ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
^KT-55388 Fixed
This commit is contained in:
committed by
Space Team
parent
fa85cbfe74
commit
c3ac2e44a0
Vendored
+1
-1
@@ -9,6 +9,6 @@ public open class JClass {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
// Static members
|
||||
@org.jetbrains.annotations.NotNull public open fun </*0*/ T : kotlin.Any!> getNotNullT(): T
|
||||
@org.jetbrains.annotations.NotNull public open fun </*0*/ T : kotlin.Any!> getNotNullT(): T & Any
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user