[KJS FE] Allow using typeOf with non-reified type parameters

#KT-38771 fixed
This commit is contained in:
Zalim Bashorov
2020-07-08 16:20:23 +03:00
parent 9d362875da
commit ca37c6bfe6
15 changed files with 92 additions and 109 deletions
@@ -1122,10 +1122,5 @@ public class DiagnosticsTestWithJsStdLibGenerated extends AbstractDiagnosticsTes
public void testReflectionApi() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/reflection/reflectionApi.kt");
}
@TestMetadata("typeOfWithNonReifiedParameter.kt")
public void testTypeOfWithNonReifiedParameter() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/reflection/typeOfWithNonReifiedParameter.kt");
}
}
}