Files
kotlin/compiler/testData/codegen/boxAgainstJava/notNullAssertions/RightElvisOperand.java
2015-07-21 15:16:06 +03:00

5 lines
80 B
Java
Vendored

class RightElvisOperand {
static String foo() {
return null;
}
}