added different errors instead of ERROR_COMPILE_TIME_VALUE with different text
check type for constants in DataFlowUtils
This commit is contained in:
+1
-1
@@ -18,6 +18,6 @@ public class Y extends X<String> {
|
||||
|
||||
fun main() {
|
||||
Y().fooN() : Any
|
||||
Y().barN(<!ERROR_COMPILE_TIME_VALUE!>null<!>);
|
||||
Y().barN(<!NULL_FOR_NONNULL_TYPE!>null<!>);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -18,6 +18,6 @@ public class Y extends X<A> {
|
||||
|
||||
fun main() {
|
||||
Y().fooN() : Any
|
||||
Y().barN(<!ERROR_COMPILE_TIME_VALUE!>null<!>);
|
||||
Y().barN(<!NULL_FOR_NONNULL_TYPE!>null<!>);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user