KT-5971 Missing error when fun argument is safe call

#KT-5971 Fixed
This commit is contained in:
Svetlana Isakova
2014-10-14 21:06:51 +04:00
parent c339df65a9
commit c0c9552f4c
5 changed files with 24 additions and 4 deletions
@@ -8967,6 +8967,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt5971NestedSafeCall.kt")
public void testKt5971NestedSafeCall() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/resolve/nestedCalls/kt5971NestedSafeCall.kt");
doTest(fileName);
}
}
@TestMetadata("compiler/testData/diagnostics/tests/resolve/specialConstructions")