Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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