Create <out Any?> projections for raw Java types, not <*>
KT-3760 Internal compiler error with Java interoperability and ElasticSearch 0.90.2 (IllegalStateException, Type parameter descriptor in not initialized: T declared in ...) #KT-3760 Fixed EA-44150 Type parameter descriptor in not initialized. Fixed
This commit is contained in:
@@ -3314,6 +3314,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/j+k/packageVisibility.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveRawUpperBound.kt")
|
||||
public void testRecursiveRawUpperBound() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/j+k/recursiveRawUpperBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/j+k/Simple.kt");
|
||||
|
||||
Reference in New Issue
Block a user