Report warning on generic type as argument for reified parameter

#KT-6484 Fixed
This commit is contained in:
Denis Zharkov
2016-01-19 10:31:26 +03:00
parent ae6c62ddff
commit 751f66c656
8 changed files with 44 additions and 1 deletions
@@ -7382,6 +7382,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("GenericAsReifiedArgument.kt")
public void testGenericAsReifiedArgument() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/generics/tpAsReified/GenericAsReifiedArgument.kt");
doTest(fileName);
}
@TestMetadata("InConstructor.kt")
public void testInConstructor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/generics/tpAsReified/InConstructor.kt");