Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
NullableToNullable.txt
blob: 91d2e0b08663bc88560621408767cc4dcd07d235 [
file
]
package
public val x: kotlin.String? = null
public fun foo(/*0*/ a: kotlin.String?): kotlin.Int?