Adjust test data for postponing ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
^KT-55357 Related ^KT-36770 Related
This commit is contained in:
committed by
Space Team
parent
d34bd2e8c0
commit
cd0d6d2773
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 & Any
|
||||
@org.jetbrains.annotations.NotNull public open fun </*0*/ T : kotlin.Any!> getNotNullT(): T
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user