Add contract to checkNotNull overload without message
^KT-25303 Fixed
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
package
|
||||
|
||||
public fun tesCheckNotNullWithMessage(/*0*/ x: kotlin.Int?): kotlin.Unit
|
||||
public fun testCheckNotNull(/*0*/ x: kotlin.Int?): kotlin.Unit
|
||||
public fun testCheckNotNullWithMessage(/*0*/ x: kotlin.Int?): kotlin.Unit
|
||||
public fun testCheckSmartcast(/*0*/ x: kotlin.Any?): kotlin.Unit
|
||||
public fun testCheckUnreachableCode(): kotlin.Unit
|
||||
public fun testCheckWithFailingMessage(/*0*/ x: kotlin.Any?): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user