[NI] Update / mute diagnostics
Update diagnostics for new inference. 'Not enough information for parameter' should not be reported for fake calls and functions with error return type, muted in tests.
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
|
||||
fun box() : String {
|
||||
test {
|
||||
<!NI;NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>test<!> {
|
||||
<!RETURN_NOT_ALLOWED!>return@box<!> "123"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user