Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
CheckNotNull.kt
blob: c070ce3feeb92765f979b90f2c188a95f498515e [
file
]
package
test
fun notNullable
():
String
=
CheckNotNull
().
returnNotNull
()