get rid of 'unwrapFromBlock'
do the logic in 'deparenthesize' method
This commit is contained in:
@@ -2485,6 +2485,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/deparenthesize/ArrayAccessAssignment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkDeparenthesizedType.kt")
|
||||
public void testCheckDeparenthesizedType() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/deparenthesize/checkDeparenthesizedType.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/enum")
|
||||
|
||||
Reference in New Issue
Block a user