Fix test data for definitelyNotNullType
This commit is contained in:
committed by
Mikhael Bogdanov
parent
8f484fcf88
commit
d2ad421e0b
Vendored
+1
-1
@@ -9,5 +9,5 @@ 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!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user