mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Check type of elvis with expected type info
#KT-6713
This commit is contained in:
5
compiler/testData/codegen/boxAgainstJava/notNullAssertions/RightElvisOperand.java
vendored
Normal file
5
compiler/testData/codegen/boxAgainstJava/notNullAssertions/RightElvisOperand.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
class RightElvisOperand {
|
||||
static String foo() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user