Don't unwrap captured types in IDE descriptors renderers
#KT-42263 Fixed
This commit is contained in:
Generated
+5
@@ -113,6 +113,11 @@ public class PerformanceHighlightingTestGenerated extends AbstractPerformanceHig
|
||||
runTest("idea/testData/highlighter/PropertiesWithPropertyDeclarations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("RecursiveTypes.kt")
|
||||
public void testRecursiveTypes() throws Exception {
|
||||
runTest("idea/testData/highlighter/RecursiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SmartCast.kt")
|
||||
public void testSmartCast() throws Exception {
|
||||
runTest("idea/testData/highlighter/SmartCast.kt");
|
||||
|
||||
Reference in New Issue
Block a user