Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
nullabilityAndSmartCasts
/
smartCastReceiverWithGenerics.txt
blob: 30f1f1ab86cb39b18762de38ce05516dd0d05835 [
file
]
package
public fun test(/*0*/ a: kotlin.Any?): kotlin.Unit
public fun </*0*/ T> kotlin.Any.foo(/*0*/ t: T): T