KT-3461 Nullable argument allowed where shouldn't be
#KT-3461 Fixed
This commit is contained in:
@@ -2195,6 +2195,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3461checkTypes.kt")
|
||||
public void testKt3461checkTypes() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/inference/regressions")
|
||||
|
||||
Reference in New Issue
Block a user