Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
notNullAssertions
/
RightElvisOperand.java
blob: 226c959529f4dd3ce46cb11f235da1e1cbd954ac [
file
]
class
RightElvisOperand
{
static
String
foo
()
{
return
null
;
}
}