Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
nullabilityAndSmartCasts
/
unnecessaryNotNullAssertion.txt
blob: 6c9603d22141370aea5a961595cc69487223f490 [
file
]
package
public fun </*0*/ T> dependOn(/*0*/ x: T): T
public fun </*0*/ T> notNull(): T
public fun </*0*/ T> nullable(): T?
public fun takeNotNull(/*0*/ s: kotlin.String): kotlin.Unit
public fun test(): kotlin.Unit