Add test for KT-27565

This commit is contained in:
Dmitriy Novozhilov
2019-02-21 12:34:32 +03:00
parent eca1af4091
commit cd2b8839b4
4 changed files with 40 additions and 0 deletions
@@ -15396,6 +15396,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/kotlinCollectionToJava.kt");
}
@TestMetadata("kt27565.kt")
public void testKt27565() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/kt27565.kt");
}
@TestMetadata("list.kt")
public void testList() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/list.kt");
@@ -15391,6 +15391,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
runTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/kotlinCollectionToJava.kt");
}
@TestMetadata("kt27565.kt")
public void testKt27565() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/kt27565.kt");
}
@TestMetadata("list.kt")
public void testList() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/list.kt");