no report 'UNNECESSARY_NOT_NULL_ASSERTION' on error types
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package a
|
||||
|
||||
fun foo() {
|
||||
bar()!!
|
||||
}
|
||||
|
||||
fun bar() = <!UNRESOLVED_REFERENCE!>aa<!>
|
||||
Reference in New Issue
Block a user