package test

public fun kotlin.Any?.isNotNull(): kotlin.Boolean
    Returns(TRUE) -> <this> != null

